summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-09 03:47:39 +0100
committerAndrew Dolgov <[email protected]>2005-09-09 03:47:39 +0100
commit8073cce71eb6120bac0e21adb670fdfc6f05fad1 (patch)
treef6985fae6d25130fc829388e14d99077d44cc087 /tt-rss.js
parent392d45635b488073e247f179cdbc8f94d9aa5d04 (diff)
further label/vfeed/feed behaviour unification
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 ae16052cb..31f5b29c6 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -70,7 +70,7 @@ function refetch_callback() {
if (ctr > 0) {
feedctr.className = "odd";
- if (id != -1 && !feedr.className.match("Unread")) {
+ if (!feedr.className.match("Unread")) {
feedr.className = feedr.className + "Unread";
}
} else {