summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-02-03 22:40:27 +0300
committerAndrew Dolgov <[email protected]>2009-02-03 22:40:27 +0300
commitb548354310af4f2feb7b98daec374f36edf5512d (patch)
tree850715f956fa907a4d4b239e63aedd20ae942aea /feedlist.js
parenta4b906ec46bc389d8fcef1b2a308c2699c7ffc04 (diff)
adjust rate limits on automatic update of offline info
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/feedlist.js b/feedlist.js
index d61ebfc23..48369089f 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -1019,9 +1019,7 @@ function update_feedlist_counters() {
hideOrShowFeeds(getInitParam("hide_read_feeds") == 1);
- var unread = get_local_feed_unread(-4);
-
- global_unread = unread;
+ global_unread = get_local_feed_unread(-4);
updateTitle();
} catch (e) {