1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 21:45:55 +00:00

hide read feeds also hides labels

This commit is contained in:
Andrew Dolgov
2007-08-11 03:55:25 +01:00
parent 8e9141ed1f
commit 7a64852c8e

View File

@@ -1010,6 +1010,7 @@ function hideOrShowFeedsCategory(doc, node, hide, cat_node) {
if (node.childNodes[i].style != undefined) { if (node.childNodes[i].style != undefined) {
var has_unread = (node.childNodes[i].className != "feed" && var has_unread = (node.childNodes[i].className != "feed" &&
node.childNodes[i].className != "label" &&
node.childNodes[i].className != "tag"); node.childNodes[i].className != "tag");
// debug(node.childNodes[i].id + " --> " + has_unread); // debug(node.childNodes[i].id + " --> " + has_unread);