1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 22:25:55 +00:00

timeout() now calls async feed update function

This commit is contained in:
Andrew Dolgov
2005-08-23 07:19:48 +01:00
parent 525116d484
commit 0194778147
2 changed files with 1 additions and 8 deletions

View File

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