mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 04:15:57 +00:00
disable category hide debugging
This commit is contained in:
@@ -919,7 +919,7 @@ function hideOrShowFeedsCategory(doc, node, hide, cat_node) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
debug("cat: " + node.id);
|
// debug("cat: " + node.id);
|
||||||
|
|
||||||
if (node.hasChildNodes() && node.firstChild.nextSibling != false) {
|
if (node.hasChildNodes() && node.firstChild.nextSibling != false) {
|
||||||
for (i = 0; i < node.childNodes.length; i++) {
|
for (i = 0; i < node.childNodes.length; i++) {
|
||||||
@@ -957,7 +957,7 @@ function hideOrShowFeedsCategory(doc, node, hide, cat_node) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
debug("end cat: " + node.id + " unread " + cat_unread);
|
// debug("end cat: " + node.id + " unread " + cat_unread);
|
||||||
|
|
||||||
if (cat_unread == 0) {
|
if (cat_unread == 0) {
|
||||||
if (cat_node.style == undefined) {
|
if (cat_node.style == undefined) {
|
||||||
|
|||||||
Reference in New Issue
Block a user