File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -449,7 +449,7 @@ window.onload = function() {
449449 document . getElementById ( "features" ) . classList . add ( "button-page-active" ) ;
450450 break ;
451451
452- case "/installation " :
452+ case "/install " :
453453 console . log ( "Nav to Installation" ) ;
454454 document
455455 . getElementById ( "installation" )
@@ -472,29 +472,29 @@ window.onload = function() {
472472 }
473473 else {
474474 switch ( document . location . pathname ) {
475- case "/commitfusion " :
475+ case "/" :
476476 console . log ( "Nav to Index" ) ;
477477 document . getElementById ( "about" ) . classList . add ( "button-page-active" ) ;
478478 break ;
479479
480- case "/commitfusion/ features" :
480+ case "/features" :
481481 console . log ( "Nav to features" ) ;
482482 document . getElementById ( "features" ) . classList . add ( "button-page-active" ) ;
483483 break ;
484484
485- case "/commitfusion/installation " :
485+ case "/install " :
486486 console . log ( "Nav to Installation" ) ;
487487 document
488- . getElementById ( "installation " )
488+ . getElementById ( "install " )
489489 . classList . add ( "button-page-active" ) ;
490490 break ;
491491
492- case "/commitfusion/ cmdlets" :
492+ case "/cmdlets" :
493493 console . log ( "Nav to cmdlets" ) ;
494494 document . getElementById ( "cmdlets" ) . classList . add ( "button-page-active" ) ;
495495 break ;
496496
497- case "/commitfusion/ examples" :
497+ case "/examples" :
498498 console . log ( "Nav to examples" ) ;
499499 document . getElementById ( "examples" ) . classList . add ( "button-page-active" ) ;
500500 break ;
You canβt perform that action at this time.
0 commit comments