summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-02-10 11:31:53 +0300
committerAndrew Dolgov <[email protected]>2009-02-10 11:31:53 +0300
commit59b223d74d7a56e253c728bd4a0175a1526d8618 (patch)
tree66f2fb2006154e066cd58c63d5d5ec1ff6a79c53 /tt-rss.js
parent44d148ccc6db9a85772f6b248e9765661926147c (diff)
offline: disable using init-param
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);