From 7a64852c8e4136b4eadd0523d0a4386421392b6c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 11 Aug 2007 03:55:25 +0100 Subject: [PATCH] hide read feeds also hides labels --- functions.js | 1 + 1 file changed, 1 insertion(+) 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);