1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 07:25:55 +00:00

further label/vfeed/feed behaviour unification

This commit is contained in:
Andrew Dolgov
2005-09-09 03:47:39 +01:00
parent 392d45635b
commit 8073cce71e
5 changed files with 32 additions and 22 deletions

View File

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