1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 01:36:30 +00:00

unify prefs/main App objects, remove fake classes, use single static App object instead

This commit is contained in:
Andrew Dolgov
2020-06-04 22:19:23 +03:00
parent 30ed5d7c3c
commit 9d28b3ac50
7 changed files with 1168 additions and 1194 deletions

View File

@@ -203,8 +203,8 @@ const Feeds = {
App.setLoadingProgress(50);
document.onkeydown = (event) => { return App.hotkeyHandler(event) };
document.onkeypress = (event) => { return App.hotkeyHandler(event) };
//document.onkeydown = (event) => { return App.hotkeyHandler(event) };
//document.onkeypress = (event) => { return App.hotkeyHandler(event) };
window.onresize = () => { Headlines.scrollHandler(); }
const hash_feed_id = hash_get('f');