From: Andrew Dolgov Date: Sun, 12 Aug 2007 15:16:08 +0000 (+0100) Subject: toggle unread now hides virtual feeds X-Git-Tag: 1.2.14~51 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=3a486dec89f5270812f1e699bb8844b359de53d7;p=tt-rss.git toggle unread now hides virtual feeds --- diff --git a/functions.js b/functions.js index f704c673..db3332d6 100644 --- a/functions.js +++ b/functions.js @@ -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);