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:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user