force refetching feeds on timeout update

This commit is contained in:
Andrew Dolgov 2005-08-22 12:18:03 +01:00
parent 829396cca2
commit 5d348feec2
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ function view(id,feed_id) {
function timeout() {
updateFeedList(true);
updateFeedList(true, true);
setTimeout("timeout()", 1800*1000);