From: Philippe Mongeau Date: Wed, 27 Mar 2013 00:48:44 +0000 (-0400) Subject: move global hotkey_actions var to the top X-Git-Tag: 1.7.6~261^2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d725f0ce99e100b494db4be09dbaa814325dca56;p=tt-rss.git move global hotkey_actions var to the top --- diff --git a/js/tt-rss.js b/js/tt-rss.js index 942e31e1..7f8a7b61 100644 --- a/js/tt-rss.js +++ b/js/tt-rss.js @@ -1,6 +1,7 @@ var global_unread = -1; var hotkey_prefix = false; var hotkey_prefix_pressed = false; +var hotkey_actions = {}; var _widescreen_mode = false; var _rpc_seq = 0; var _active_feed_id = 0; @@ -205,7 +206,6 @@ function genericSanityCheck() { return true; } -var hotkey_actions = {}; function init() { try {