From 2bf6e0a82456e479956b41c7f6dc9c9c26a3e728 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 18 Feb 2006 07:38:08 +0100 Subject: only request total counters on initial update request --- feedlist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'feedlist.js') 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); } -- cgit v1.2.3