diff --git a/functions.js b/functions.js index bcb885ef3..0a65903c4 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);