]> git.wh0rd.org Git - tt-rss.git/commitdiff
hide feed with update errors when hide_read is enabled
authorAndrew Dolgov <fox@bah.spb.su>
Mon, 19 Nov 2007 13:19:51 +0000 (14:19 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Mon, 19 Nov 2007 13:19:51 +0000 (14:19 +0100)
functions.js

index dab019c7108e77f941493106ced29594815a6cc0..e387570248db454ade099cf81a3818d56c7ac42a 100644 (file)
@@ -928,6 +928,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 != "error" && 
                                        node.childNodes[i].className != "tag");
        
        //                      debug(node.childNodes[i].id + " --> " + has_unread);