summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-12 16:16:08 +0100
committerAndrew Dolgov <[email protected]>2007-08-12 16:16:08 +0100
commit3a486dec89f5270812f1e699bb8844b359de53d7 (patch)
treea92604e1a0d8f618e5342b9fc4d26458ab8f200b /functions.js
parent3b08617610056ac0674304fa61e43405db73ae97 (diff)
toggle unread now hides virtual feeds
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 f704c673e..db3332d66 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);