From 9da1e3be20abfc6b37f4a0d0af0c02aa54a05da9 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 12 Feb 2006 09:19:15 +0100 Subject: [PATCH] cosmetic fix 2 --- tt-rss.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {