summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-23 07:19:48 +0100
committerAndrew Dolgov <[email protected]>2005-08-23 07:19:48 +0100
commit019477814792d00ffda5e15e89bc1aca0520d972 (patch)
treeab693a2efe116c28a8605ff40db852c3587ddbd2 /tt-rss.js
parent525116d484a7a2589fc8ad891af3e14ff07a3724 (diff)
timeout() now calls async feed update function
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 125dbad76..a986931f7 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -259,7 +259,7 @@ function view(id,feed_id) {
function timeout() {
- updateFeedList(true, true);
+ scheduleFeedUpdate();
setTimeout("timeout()", 1800*1000);