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

only request total counters on initial update request

This commit is contained in:
Andrew Dolgov
2006-02-18 07:38:08 +01:00
parent ab5eb26fba
commit 2bf6e0a824
3 changed files with 18 additions and 9 deletions

View File

@@ -199,7 +199,7 @@ function init() {
try {
hideOrShowFeeds(document, getCookie("ttrss_vf_hreadf") == 1);
document.onkeydown = hotkey_handler;
parent.setTimeout("timeout()", 1000);
parent.setTimeout("timeout()", 0);
} catch (e) {
exception_error("feedlist/init", e);
}