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, 1 insertions, 1 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 931a5b611..90ac934d7 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -553,7 +553,7 @@ function init_second_stage() {
resize_headlines();
- window.setTimeout("update_offline_data(0)", 100);
+ enable_offline_reading();
} catch (e) {
exception_error("init_second_stage", e);