From 9a708f2cef8d008adb1af683471b61e7570c15b7 Mon Sep 17 00:00:00 2001
From: Simon Leblanc <contact@leblanc-simon.eu>
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 98085009..4f1fe141 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
-- 
GitLab