1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:45:55 +00:00

minor refactoring: normalize some function names; cleanup; etc

This commit is contained in:
Andrew Dolgov
2018-12-01 11:18:35 +03:00
parent e720e6b628
commit 195180b64d
8 changed files with 89 additions and 92 deletions

View File

@@ -165,10 +165,10 @@ function viewfeed(params) {
function feedlist_init() {
console.log("in feedlist init");
loading_set_progress(50);
setLoadingProgress(50);
document.onkeydown = hotkey_handler;
setInterval(hotkey_prefix_timeout, 5*1000);
setInterval(hotkeyPrefixTimeout, 5*1000);
setInterval(catchupBatchedArticles, 3*1000);
if (!getActiveFeedId()) {