1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 17:35:57 +00:00

rework label counter behaviour

This commit is contained in:
Andrew Dolgov
2005-09-09 02:21:30 +01:00
parent 90cd2ea5a1
commit 392d45635b
3 changed files with 16 additions and 5 deletions

View File

@@ -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 {