summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 7c7b77f9c..961c6df49 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -127,7 +127,7 @@ function refetch_callback() {
if (!daemon_enabled) {
notify("All feeds updated.");
} else {
- if (!global_unread) global_unread = 0;
+ global_unread = 0;
}
updateTitle("");
} catch (e) {