mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 02:45:56 +00:00
editFeedDlg: fix hotkey disabling bug
This commit is contained in:
@@ -209,7 +209,10 @@ function hotkey_handler(e) {
|
||||
|
||||
}
|
||||
|
||||
if (!hotkeys_enabled) return;
|
||||
if (!hotkeys_enabled) {
|
||||
debug("hotkeys disabled");
|
||||
return;
|
||||
}
|
||||
|
||||
if (window.event) {
|
||||
keycode = window.event.keyCode;
|
||||
|
||||
Reference in New Issue
Block a user