diff --git a/jscripts/ATutor_js.php b/jscripts/ATutor_js.php index b74954f2d..7f6457402 100644 --- a/jscripts/ATutor_js.php +++ b/jscripts/ATutor_js.php @@ -304,7 +304,7 @@ ** Switch between hide and show submenu *****/ // Get initial subnavbar toggle state - var initialSubNav = ($.cookie('showSubNav') === "expanded") ? "expanded" : "collapsed"; + /* var initialSubNav = ($.cookie('showSubNav') === "expanded") ? "expanded" : "collapsed"; if(initialSubNav === 'collapsed'){ $('#showsubnav').css('display', 'none'); $('#hidesubnav').css('display', 'inline'); @@ -355,7 +355,7 @@ } } }); - + */ // Inject aria-live update when sidebar opened/closed for screen readers $("#menutoggle").click(function() {