From 823ff6aa2e6c38ee45c114cfb5b064cc52e9b972 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 4 Feb 2009 17:45:58 +0300 Subject: do not try to update offline data when in offline mode --- tt-rss.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tt-rss.js') 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); } -- cgit v1.2.3-54-g00ecf