Update file eigen_navtree_hacks.js

This commit is contained in:
Charles Schlosser 2024-08-01 02:51:04 +00:00
parent ddb163ffb1
commit 1dcb07bb2a

View File

@ -360,8 +360,8 @@ $(document).ready(function() {
(function (){ // wait until the first "selected" element has been created
try {
// this line will triger an exception if there is no #selected element, i.e., before the tree structure is complete.
// this line will triger an exception if there is no #selected element, i.e., before the tree structure is
// complete.
document.getElementById("selected").className = "item selected";
// ok, the default tree has been created, we can keep going...