Loading src/navtree.js +3 −1 Original line number Diff line number Diff line Loading @@ -464,7 +464,9 @@ function initNavTree(toroot,relpath) navSync.click(function(){ toggleSyncButton(relpath); }); } $(window).load(function(){ navTo(o,toroot,window.location.hash,relpath); }); $(window).bind('hashchange', function(){ if (window.location.hash && window.location.hash.length>1){ Loading src/navtree_js.h +3 −1 Original line number Diff line number Diff line Loading @@ -464,7 +464,9 @@ " navSync.click(function(){ toggleSyncButton(relpath); });\n" " }\n" "\n" " $(window).load(function(){\n" " navTo(o,toroot,window.location.hash,relpath);\n" " });\n" "\n" " $(window).bind('hashchange', function(){\n" " if (window.location.hash && window.location.hash.length>1){\n" Loading Loading
src/navtree.js +3 −1 Original line number Diff line number Diff line Loading @@ -464,7 +464,9 @@ function initNavTree(toroot,relpath) navSync.click(function(){ toggleSyncButton(relpath); }); } $(window).load(function(){ navTo(o,toroot,window.location.hash,relpath); }); $(window).bind('hashchange', function(){ if (window.location.hash && window.location.hash.length>1){ Loading
src/navtree_js.h +3 −1 Original line number Diff line number Diff line Loading @@ -464,7 +464,9 @@ " navSync.click(function(){ toggleSyncButton(relpath); });\n" " }\n" "\n" " $(window).load(function(){\n" " navTo(o,toroot,window.location.hash,relpath);\n" " });\n" "\n" " $(window).bind('hashchange', function(){\n" " if (window.location.hash && window.location.hash.length>1){\n" Loading