summaryrefslogtreecommitdiffstats
path: root/src/navtree_js.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/navtree_js.h')
-rw-r--r--src/navtree_js.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/navtree_js.h b/src/navtree_js.h
index 84f20b7..8c513d2 100644
--- a/src/navtree_js.h
+++ b/src/navtree_js.h
@@ -297,7 +297,7 @@
" showNode(o,node,index); // retry with child node expanded\n"
" },true);\n"
" } else {\n"
-" if (o.toroot==\"index.html\" || n.childrenData) {\n"
+" if (o.toroot==\"index.html\" /*|| n.childrenData*/) {\n"
" expandNode(o, n, true, true);\n"
" }\n"
" selectAndHighlight(n);\n"