Allow 'enter' keypress

This commit is contained in:
Simon Leblanc 2011-05-29 03:38:56 +02:00
parent 378144a025
commit 9a708f2cef
1 changed files with 1 additions and 1 deletions

View File

@ -17,4 +17,4 @@ function process_keypress(e)
}
}
document.onkeypress = process_keypress;
//document.onkeypress = process_keypress;