1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-22 08:51:28 +00:00

do not try to update offline data when in offline mode

This commit is contained in:
Andrew Dolgov
2009-02-04 17:45:58 +03:00
parent d07f08e824
commit 823ff6aa2e
2 changed files with 4 additions and 4 deletions

View File

@@ -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);
}