theme/templates/fop-sidenav.html [1444:1452]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - var str=location.href.toLowerCase(); $("#navigation li a").each(function() { if (str.indexOf(this.href.toLowerCase()) > -1) { $(this).parents().slideDown('200'); $("li.highlight").removeClass("highlight"); $(this).parent().addClass("highlight"); } }); }) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - theme/templates/xgc-sidenav.html [97:105]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - var str=location.href.toLowerCase(); $("#navigation li a").each(function() { if (str.indexOf(this.href.toLowerCase()) > -1) { $(this).parents().slideDown('200'); $("li.highlight").removeClass("highlight"); $(this).parent().addClass("highlight"); } }); }) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -