mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 20:45:55 +00:00
fix hideOrShowFeeds issue in tag mode
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user