From 59b223d74d7a56e253c728bd4a0175a1526d8618 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 10 Feb 2009 11:31:53 +0300 Subject: offline: disable using init-param --- tt-rss.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tt-rss.js') 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); -- cgit v1.2.3-54-g00ecf