1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-26 11:59:02 +02:00

prevent accidental ctrl_key global

This commit is contained in:
Andrew Herron 2013-07-02 22:29:19 +10:00
parent 776b19536d
commit d999bc3eb2

View File

@ -847,6 +847,7 @@ function hotkey_handler(e) {
var keycode = false;
var shift_key = false;
var ctrl_key = false;
var cmdline = $('cmdline');