summaryrefslogtreecommitdiffstats
path: root/src/navtree.js
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2012-04-29 17:51:51 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2012-04-29 17:51:51 (GMT)
commitc11926b2549660b7eb6b73aa4bf2096e56a6f8dd (patch)
treea8d7cbd0da612bb0b1fa97dcc1bac1838f845338 /src/navtree.js
parentf928aebbace3b352623721db3599422c14bd0743 (diff)
downloadDoxygen-c11926b2549660b7eb6b73aa4bf2096e56a6f8dd.zip
Doxygen-c11926b2549660b7eb6b73aa4bf2096e56a6f8dd.tar.gz
Doxygen-c11926b2549660b7eb6b73aa4bf2096e56a6f8dd.tar.bz2
Release-1.8.0-20120429
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);