summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
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 dab019c71..e38757024 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);