mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
Merge branch 'document-onkeydown-event' of wn/tt-rss into js-objects
This commit is contained in:
+2
-2
@@ -212,7 +212,7 @@ define(["dojo/_base/declare"], function (declare) {
|
|||||||
|
|
||||||
Utils.setLoadingProgress(50);
|
Utils.setLoadingProgress(50);
|
||||||
|
|
||||||
document.onkeydown = () => { App.hotkeyHandler(event) };
|
document.onkeydown = (event) => { App.hotkeyHandler(event) };
|
||||||
window.setInterval(() => { Headlines.catchupBatched() }, 10 * 1000);
|
window.setInterval(() => { Headlines.catchupBatched() }, 10 * 1000);
|
||||||
|
|
||||||
if (!this.getActive()) {
|
if (!this.getActive()) {
|
||||||
@@ -637,4 +637,4 @@ define(["dojo/_base/declare"], function (declare) {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user