mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:35:56 +00:00
further effocts to wrap JS stuff into objects
This commit is contained in:
@@ -86,7 +86,7 @@ const App = {
|
||||
}, 100);
|
||||
}
|
||||
|
||||
setInterval(hotkeyPrefixTimeout, 5 * 1000);
|
||||
setInterval(() => { hotkeyPrefixTimeout() }, 5 * 1000);
|
||||
},
|
||||
hotkeyHandler: function (event) {
|
||||
if (event.target.nodeName == "INPUT" || event.target.nodeName == "TEXTAREA") return;
|
||||
|
||||
Reference in New Issue
Block a user