summaryrefslogtreecommitdiff
path: root/offline.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-02-07 15:00:03 +0300
committerAndrew Dolgov <[email protected]>2009-02-07 15:00:03 +0300
commit7f4f9f4e8230683a5a2cd8656914745881308728 (patch)
treed187ff4fd27dc7b90b26763eb025a59bde82f837 /offline.js
parent046a2e3cff36659315a28318d6edfbd0303acfad (diff)
offline: try to download status of articles which were marked as read in online while offline client was disconnected
Diffstat (limited to 'offline.js')
-rw-r--r--offline.js4
1 files changed, 2 insertions, 2 deletions
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('');
}