summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-11 03:55:25 +0100
committerAndrew Dolgov <[email protected]>2007-08-11 03:55:25 +0100
commit7a64852c8e4136b4eadd0523d0a4386421392b6c (patch)
treec5d270aebedb6ad96b5c9304b995fb7f68f2edb0 /functions.js
parent8e9141ed1f5fc00724bb3e256e3986af2d17fdd7 (diff)
hide read feeds also hides labels
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js1
1 files changed, 1 insertions, 0 deletions
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);