summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-22 12:18:03 +0100
committerAndrew Dolgov <[email protected]>2005-08-22 12:18:03 +0100
commit5d348feec2484d784c70f548c68fc07a025d95aa (patch)
tree7f42aa074feadf8e1a48dfc3ab3a350feb7e7a37 /tt-rss.js
parent829396cca2dfbe66354c2246521e660efb13fd6c (diff)
force refetching feeds on timeout update
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 788750afa..7d0972a45 100644
--- 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);