summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-02-18 07:38:08 +0100
committerAndrew Dolgov <[email protected]>2006-02-18 07:38:08 +0100
commit2bf6e0a82456e479956b41c7f6dc9c9c26a3e728 (patch)
tree97bed84e762e19ca76f5b6eed8c6c9487eab58d2 /feedlist.js
parentab5eb26fba38ca7880b4c0fa005c7a214ce3c71b (diff)
only request total counters on initial update request
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/feedlist.js b/feedlist.js
index 8bb3a16b2..8495be512 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -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);
}