1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-24 11:56:36 +02:00

hide unread feeds works in tag browsing mode

This commit is contained in:
Andrew Dolgov 2007-05-17 17:51:13 +01:00
parent dcac082b4b
commit 947c61863e

View File

@ -948,7 +948,8 @@ function hideOrShowFeedsCategory(doc, node, hide, cat_node) {
if (node.childNodes[i].style != undefined) {
var has_unread = (node.childNodes[i].className != "feed");
var has_unread = (node.childNodes[i].className != "feed" &&
node.childNodes[i].className != "tag");
// debug(node.childNodes[i].id + " --> " + has_unread);