From 746dcf42995b4dea9da7036386a0649b38c4e095 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 16 May 2008 07:05:12 +0100 Subject: hotkey support for prefs --- tt-rss.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tt-rss.js') 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); -- cgit v1.2.3-54-g00ecf