mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-12-16 10:21:00 +01:00
fix hideOrShowFeeds issue in tag mode
This commit is contained in:
parent
7553dd8b61
commit
0ac2faea3f
@ -822,7 +822,11 @@ function hideOrShowFeedsCategory(doc, node, hide, cat_node) {
|
|||||||
cat_node.style.display = "list-item";
|
cat_node.style.display = "list-item";
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
cat_node.style.display = "list-item";
|
try {
|
||||||
|
cat_node.style.display = "list-item";
|
||||||
|
} catch (e) {
|
||||||
|
debug(e);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// debug("unread for category: " + cat_unread);
|
// debug("unread for category: " + cat_unread);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user