force refetching feeds on timeout update

master
Andrew Dolgov 21 years ago
parent 829396cca2
commit 5d348feec2

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

Loading…
Cancel
Save