summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-09 02:21:30 +0100
committerAndrew Dolgov <[email protected]>2005-09-09 02:21:30 +0100
commit392d45635b488073e247f179cdbc8f94d9aa5d04 (patch)
tree437a4ab8e4c216f7f5e21c9bd65f556ff4e28dd8 /tt-rss.js
parent90cd2ea5a15ed9750e4439097120d42c20a74976 (diff)
rework label counter behaviour
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 d1bcad692..ae16052cb 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -70,7 +70,7 @@ function refetch_callback() {
if (ctr > 0) {
feedctr.className = "odd";
- if (id > 0 && !feedr.className.match("Unread")) {
+ if (id != -1 && !feedr.className.match("Unread")) {
feedr.className = feedr.className + "Unread";
}
} else {