From: Andrew Dolgov Date: Sun, 12 Feb 2006 08:19:15 +0000 (+0100) Subject: cosmetic fix 2 X-Git-Tag: 1.1.3~25 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=9da1e3be20abfc6b37f4a0d0af0c02aa54a05da9;p=tt-rss.git cosmetic fix 2 --- diff --git a/tt-rss.js b/tt-rss.js index 7c7b77f9..961c6df4 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) {