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) {