summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-19 09:18:34 +0100
committerAndrew Dolgov <[email protected]>2005-11-19 09:18:34 +0100
commit05732aa0b6a95d6d6c5986b28077d7fe28edab0c (patch)
treef1913f2efa184f14b3bacefe95b3272e6c9ef9e5 /tt-rss.js
parentdaa25e8a501a83cc23632d0e17b23fe468c972c0 (diff)
misc new schema support related work
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 08178c84b..e18d12bec 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -250,7 +250,7 @@ function viewfeed(feed, skip, subop) {
}
function timeout() {
- scheduleFeedUpdate(true);
+ scheduleFeedUpdate(false);
setTimeout("timeout()", 1800*1000);
}