summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/functions.js b/functions.js
index 9e941ad3b..e09b9c13b 100644
--- a/functions.js
+++ b/functions.js
@@ -164,12 +164,6 @@ function hotkey_handler(e) {
} else if (e) {
keycode = e.which;
}
-
- if (keycode == 13 || keycode == 27) {
- seq = "";
- } else {
- seq = seq + "" + keycode;
- }
var m_ctx = getMainContext();
var f_ctx = getFeedsContext();