summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-16 07:05:12 +0100
committerAndrew Dolgov <[email protected]>2008-05-16 07:05:12 +0100
commit746dcf42995b4dea9da7036386a0649b38c4e095 (patch)
tree1ddec89043e09de54624d5a902ad1767fcd75370 /tt-rss.js
parent85ef21180b828f383d73ae6daaa2dbb5947fafca (diff)
hotkey support for prefs
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);