summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-02-04 17:45:58 +0300
committerAndrew Dolgov <[email protected]>2009-02-04 17:45:58 +0300
commit823ff6aa2e6c38ee45c114cfb5b064cc52e9b972 (patch)
treed11135de8b44a5f30edc558e6c2335f555c17b31 /tt-rss.js
parentd07f08e824b7d524021c31d58841a17bfd5d386f (diff)
do not try to update offline data when in offline mode
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/tt-rss.js b/tt-rss.js
index c4f9542c2..5d104a069 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -553,6 +553,8 @@ function init_second_stage() {
resize_headlines();
+ window.setTimeout("update_offline_data(0)", 100);
+
} catch (e) {
exception_error("init_second_stage", e);
}