summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-02-12 09:19:15 +0100
committerAndrew Dolgov <[email protected]>2006-02-12 09:19:15 +0100
commit9da1e3be20abfc6b37f4a0d0af0c02aa54a05da9 (patch)
treefaf17946dc4cd7eb9dd431ced981c4d2a71772b9 /tt-rss.js
parent3b3c42a486b4e283385be03b1219928792a73ff4 (diff)
cosmetic fix 2
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) {