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

new option: HIDE_READ_SHOWS_SPECIAL (bump schema)

This commit is contained in:
Andrew Dolgov
2008-01-21 09:30:54 +01:00
parent 7ddd770071
commit 22f3e356c8
7 changed files with 18 additions and 4 deletions

View File

@@ -938,7 +938,8 @@ 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" &&
!(!getInitParam("hide_read_shows_special") &&
node.childNodes[i].className == "virt") &&
node.childNodes[i].className != "error" &&
node.childNodes[i].className != "tag");