From 65c0779b7750e1c80827d852d97b8ca233f7454e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 16 Feb 2009 13:16:05 +0300 Subject: offline: tweak syncing --- offline.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'offline.js') diff --git a/offline.js b/offline.js index a509cebb0..2a4466797 100644 --- a/offline.js +++ b/offline.js @@ -1618,10 +1618,12 @@ function toggleOfflineModeInfo() { } } -function offlineDownloadStart() { +function offlineDownloadStart(stage) { try { + if (!stage) stage = 0; + if (db && !sync_in_progress && getInitParam("offline_enabled") == "1") { - window.setTimeout("update_offline_data(0)", 100); + window.setTimeout("update_offline_data("+stage+")", 100); } } catch (e) { exception_error("offlineDownloadStart", e); -- cgit v1.2.3