]> git.wh0rd.org Git - tt-rss.git/commitdiff
hide unread feeds works in tag browsing mode
authorAndrew Dolgov <fox@bah.spb.su>
Thu, 17 May 2007 16:51:13 +0000 (17:51 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Thu, 17 May 2007 16:51:13 +0000 (17:51 +0100)
functions.js

index b99a53c96aa262ba99ecd3103ecf3224acd4a404..7b7253d9f8529422d78ff96bc516b3583e051066 100644 (file)
@@ -948,7 +948,8 @@ function hideOrShowFeedsCategory(doc, node, hide, cat_node) {
 
                        if (node.childNodes[i].style != undefined) {
 
-                               var has_unread = (node.childNodes[i].className != "feed");
+                               var has_unread = (node.childNodes[i].className != "feed" &&
+                                       node.childNodes[i].className != "tag");
        
        //                      debug(node.childNodes[i].id + " --> " + has_unread);