1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-24 11:56:36 +02:00

toggle unread now hides virtual feeds

This commit is contained in:
Andrew Dolgov 2007-08-12 16:16:08 +01:00
parent 3b08617610
commit 3a486dec89

View File

@ -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);