summaryrefslogtreecommitdiffstats
path: root/src/navtree.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/navtree.js')
-rw-r--r--src/navtree.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/navtree.js b/src/navtree.js
index 0f68c86..a70e854 100644
--- a/src/navtree.js
+++ b/src/navtree.js
@@ -297,7 +297,7 @@ function showNode(o, node, index)
showNode(o,node,index); // retry with child node expanded
},true);
} else {
- if (o.toroot=="index.html" || n.childrenData) {
+ if (o.toroot=="index.html" /*|| n.childrenData*/) {
expandNode(o, n, true, true);
}
selectAndHighlight(n);