summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 2a0fc8626..47b2a14cb 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -1302,7 +1302,7 @@ function hotkey_handler(e) {
if (Element.visible("hotkey_help_overlay")) {
Element.hide("hotkey_help_overlay");
}
- } */
+ }
if (typeof localHotkeyHandler != 'undefined') {
try {
@@ -1310,7 +1310,7 @@ function hotkey_handler(e) {
} catch (e) {
exception_error("hotkey_handler, local:", e);
}
- }
+ } */
if (hotkey_prefix) {
debug("KP: PREFIX=" + hotkey_prefix + " CODE=" + keycode);