]> git.wh0rd.org - tt-rss.git/commitdiff
cosmetic fix 2
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 12 Feb 2006 08:19:15 +0000 (09:19 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 12 Feb 2006 08:19:15 +0000 (09:19 +0100)
tt-rss.js

index 7c7b77f9cb190e362e675c69064d007d6c0c7fa4..961c6df495b0c96855e779ff2f9c24dd3150c207 100644 (file)
--- 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) {