summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-11-21 08:43:29 +0100
committerAndrew Dolgov <[email protected]>2007-11-21 08:43:29 +0100
commit1a9b5b84a758bb61bbc217429c2afd7c612bd077 (patch)
tree7a4f30185bd4a3203ace9e1204f75d841b2677e4 /functions.js
parentd8432ff5f53b15ab91ea61f15e22b595c6947b4e (diff)
disable category hide debugging
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.js b/functions.js
index 8eb7cc60f..b093398a6 100644
--- a/functions.js
+++ b/functions.js
@@ -919,7 +919,7 @@ function hideOrShowFeedsCategory(doc, node, hide, cat_node) {
return;
}
- debug("cat: " + node.id);
+// debug("cat: " + node.id);
if (node.hasChildNodes() && node.firstChild.nextSibling != false) {
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_node.style == undefined) {