]> git.wh0rd.org - tt-rss.git/commitdiff
toggle unread now hides virtual feeds
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 12 Aug 2007 15:16:08 +0000 (16:16 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 12 Aug 2007 15:16:08 +0000 (16:16 +0100)
functions.js

index f704c673e937e4cbded5f5c9edc143735d4c691c..db3332d6679c968484eb871838dfaf591b2b759a 100644 (file)
@@ -1011,6 +1011,7 @@ function hideOrShowFeedsCategory(doc, node, hide, cat_node) {
 
                                var has_unread = (node.childNodes[i].className != "feed" &&
                                        node.childNodes[i].className != "label" && 
+                                       node.childNodes[i].className != "virt" && 
                                        node.childNodes[i].className != "tag");
        
        //                      debug(node.childNodes[i].id + " --> " + has_unread);