diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2008-05-16 07:05:12 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2008-05-16 07:05:12 +0100 |
| commit | 746dcf42995b4dea9da7036386a0649b38c4e095 (patch) | |
| tree | 1ddec89043e09de54624d5a902ad1767fcd75370 /tt-rss.js | |
| parent | 85ef21180b828f383d73ae6daaa2dbb5947fafca (diff) | |
hotkey support for prefs
Diffstat (limited to 'tt-rss.js')
| -rw-r--r-- | tt-rss.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |