force refetching feeds on timeout update
This commit is contained in:
parent
829396cca2
commit
5d348feec2
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ function view(id,feed_id) {
|
|||
|
||||
function timeout() {
|
||||
|
||||
updateFeedList(true);
|
||||
updateFeedList(true, true);
|
||||
|
||||
setTimeout("timeout()", 1800*1000);
|
||||
|
||||
|
|
Loading…
Reference in a new issue