summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
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);
}