From: Andrew Dolgov Date: Mon, 19 Nov 2007 13:19:51 +0000 (+0100) Subject: hide feed with update errors when hide_read is enabled X-Git-Tag: 1.2.17~6 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=88b47be7c662cefa701e53dd8dbf49553eb64852;p=tt-rss.git hide feed with update errors when hide_read is enabled --- diff --git a/functions.js b/functions.js index dab019c7..e3875702 100644 --- a/functions.js +++ b/functions.js @@ -928,6 +928,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 != "error" && node.childNodes[i].className != "tag"); // debug(node.childNodes[i].id + " --> " + has_unread);