]> git.wh0rd.org - tt-rss.git/commitdiff
force refetching feeds on timeout update
authorAndrew Dolgov <fox@bah.spb.su>
Mon, 22 Aug 2005 11:18:03 +0000 (12:18 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Mon, 22 Aug 2005 11:18:03 +0000 (12:18 +0100)
tt-rss.js

index 788750afa4bcd1bb2865691778fc9ace104ca3ad..7d0972a45c8cbb95e7591fec692e22a23261bed5 100644 (file)
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -159,7 +159,7 @@ function view(id,feed_id) {
 
 function timeout() {
 
-       updateFeedList(true);
+       updateFeedList(true, true);
 
        setTimeout("timeout()", 1800*1000);