summaryrefslogtreecommitdiff
path: root/feedlist.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 /feedlist.js
parent338c238d9313a9d889fbad6042261dc8ec1e60ab (diff)
offline: add progress indicator; tweak download intervals and amount of articles
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/feedlist.js b/feedlist.js
index 3634b87d7..93861bbd8 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -649,6 +649,10 @@ function mouse_up_handler(e) {
document.onselectstart = null;
var e = $("headlineActionsBody");
if (e) Element.hide(e);
+
+ var e = $("offlineModeDrop");
+ if (e) Element.hide(e);
+
}
} catch (e) {