From 79e565a97568cea2fc8a235c83b2f2f5fc556a6f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 12 Feb 2009 16:35:25 +0300 Subject: offline: add progress indicator; tweak download intervals and amount of articles --- functions.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'functions.js') diff --git a/functions.js b/functions.js index 8355deb04..24230f57e 100644 --- a/functions.js +++ b/functions.js @@ -460,9 +460,7 @@ function parse_counters(reply, scheduled_call) { if (id == "global-unread") { if (ctr > global_unread) { - if (db && getInitParam("offline_enabled") == "1") { - window.setTimeout("update_offline_data(0)", 100); - } + offlineDownloadStart(); } global_unread = ctr; -- cgit v1.2.3