From: Andrew Dolgov Date: Sat, 12 Aug 2006 15:01:39 +0000 (+0100) Subject: unreference seq from main hotkey handler X-Git-Tag: schema_freeze_for_1.2.2~22 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=13992f339f939e3ed7b27f9c2c2ae5844a0e7822;p=tt-rss.git unreference seq from main hotkey handler --- diff --git a/functions.js b/functions.js index 9e941ad3..e09b9c13 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();