summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-02-12 16:35:25 +0300
committerAndrew Dolgov <[email protected]>2009-02-12 16:35:25 +0300
commit79e565a97568cea2fc8a235c83b2f2f5fc556a6f (patch)
tree93863ef251aceb819fe8ad763bb54e9a0d839e7c /functions.js
parent338c238d9313a9d889fbad6042261dc8ec1e60ab (diff)
offline: add progress indicator; tweak download intervals and amount of articles
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js4
1 files changed, 1 insertions, 3 deletions
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;