From 79e565a97568cea2fc8a235c83b2f2f5fc556a6f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 12 Feb 2009 16:35:25 +0300 Subject: offline: add progress indicator; tweak download intervals and amount of articles --- feedlist.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'feedlist.js') 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) { -- cgit v1.2.3-54-g00ecf