summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
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) {