summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-12 16:01:39 +0100
committerAndrew Dolgov <[email protected]>2006-08-12 16:01:39 +0100
commit13992f339f939e3ed7b27f9c2c2ae5844a0e7822 (patch)
treeb21ac5b6ca5c59d1c87c39f6ea160e99d5a3c3b2 /functions.js
parentd437c8cf5646748d060e13ed2c825b7f49a8e847 (diff)
unreference seq from main hotkey handler
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();