summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-11-19 14:19:51 +0100
committerAndrew Dolgov <[email protected]>2007-11-19 14:19:51 +0100
commit88b47be7c662cefa701e53dd8dbf49553eb64852 (patch)
treebb262d6fc220a643c56068cd764840b462ef65eb /functions.js
parent48d5f90a0bb305a9e564bbd0be8f6ab4cad7bfa6 (diff)
hide feed with update errors when hide_read is enabled
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);