From 9a708f2cef8d008adb1af683471b61e7570c15b7 Mon Sep 17 00:00:00 2001 From: Simon Leblanc Date: Sun, 29 May 2011 03:38:56 +0200 Subject: [PATCH] Allow 'enter' keypress --- block_enter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block_enter.js b/block_enter.js index 9808500..4f1fe14 100644 --- a/block_enter.js +++ b/block_enter.js @@ -17,4 +17,4 @@ function process_keypress(e) } } -document.onkeypress = process_keypress; \ No newline at end of file +//document.onkeypress = process_keypress; \ No newline at end of file