From 7f4f9f4e8230683a5a2cd8656914745881308728 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 7 Feb 2009 15:00:03 +0300 Subject: offline: try to download status of articles which were marked as read in online while offline client was disconnected --- offline.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'offline.js') diff --git a/offline.js b/offline.js index 770c59d52..c2171d981 100644 --- a/offline.js +++ b/offline.js @@ -734,10 +734,10 @@ function offline_download_parse(stage, transport) { "updated < DATETIME('NOW', 'localtime', '-31 days')"); } - - update_local_sync_data(); } + update_local_sync_data(); + // notify(''); } -- cgit v1.2.3