From: Andrew Dolgov Date: Sat, 11 Aug 2007 02:55:25 +0000 (+0100) Subject: hide read feeds also hides labels X-Git-Tag: 1.2.14~77 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=7a64852c8e4136b4eadd0523d0a4386421392b6c;p=tt-rss.git hide read feeds also hides labels --- diff --git a/functions.js b/functions.js index bcb885ef..0a65903c 100644 --- a/functions.js +++ b/functions.js @@ -1010,6 +1010,7 @@ function hideOrShowFeedsCategory(doc, node, hide, cat_node) { if (node.childNodes[i].style != undefined) { var has_unread = (node.childNodes[i].className != "feed" && + node.childNodes[i].className != "label" && node.childNodes[i].className != "tag"); // debug(node.childNodes[i].id + " --> " + has_unread);