From: Andrew Dolgov Date: Mon, 22 Aug 2005 11:18:03 +0000 (+0100) Subject: force refetching feeds on timeout update X-Git-Tag: 20050823-1~21 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=5d348feec2484d784c70f548c68fc07a025d95aa;p=tt-rss.git force refetching feeds on timeout update --- diff --git a/tt-rss.js b/tt-rss.js index 788750af..7d0972a4 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);