diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2005-08-22 12:18:03 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2005-08-22 12:18:03 +0100 |
| commit | 5d348feec2484d784c70f548c68fc07a025d95aa (patch) | |
| tree | 7f42aa074feadf8e1a48dfc3ab3a350feb7e7a37 /tt-rss.js | |
| parent | 829396cca2dfbe66354c2246521e660efb13fd6c (diff) | |
force refetching feeds on timeout update
Diffstat (limited to 'tt-rss.js')
| -rw-r--r-- | tt-rss.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -159,7 +159,7 @@ function view(id,feed_id) { function timeout() { - updateFeedList(true); + updateFeedList(true, true); setTimeout("timeout()", 1800*1000); |