1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 10:46:49 +00:00

offline: disable using init-param

This commit is contained in:
Andrew Dolgov
2009-02-10 11:31:53 +03:00
parent 44d148ccc6
commit 59b223d74d
3 changed files with 18 additions and 5 deletions

View File

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