1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 21:35:55 +00:00

unreference seq from main hotkey handler

This commit is contained in:
Andrew Dolgov
2006-08-12 16:01:39 +01:00
parent d437c8cf56
commit 13992f339f

View File

@@ -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();