Fix broken demo-stand in Firefox
This commit is contained in:
parent
f99c26a5bf
commit
46b2588e57
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ var lastTime = Date.now();
|
||||||
function handle(e) {
|
function handle(e) {
|
||||||
if (form.elements[e.type + 'Ignore'].checked) return;
|
if (form.elements[e.type + 'Ignore'].checked) return;
|
||||||
|
|
||||||
var text = event.type +
|
var text = e.type +
|
||||||
' keyCode=' + e.keyCode +
|
' keyCode=' + e.keyCode +
|
||||||
' which=' + e.which +
|
' which=' + e.which +
|
||||||
' charCode=' + e.charCode +
|
' charCode=' + e.charCode +
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue