1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-18 17:01:29 +00:00

hide feed with update errors when hide_read is enabled

This commit is contained in:
Andrew Dolgov
2007-11-19 14:19:51 +01:00
parent 48d5f90a0b
commit 88b47be7c6

View File

@@ -928,6 +928,7 @@ function hideOrShowFeedsCategory(doc, node, hide, cat_node) {
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 != "label" &&
node.childNodes[i].className != "virt" && node.childNodes[i].className != "virt" &&
node.childNodes[i].className != "error" &&
node.childNodes[i].className != "tag"); node.childNodes[i].className != "tag");
// debug(node.childNodes[i].id + " --> " + has_unread); // debug(node.childNodes[i].id + " --> " + has_unread);