Just a comment

This commit is contained in:
Thomas Gelf 2014-03-08 15:01:57 +01:00
parent 235d655808
commit 415193f9de
1 changed files with 2 additions and 1 deletions

View File

@ -201,7 +201,8 @@
// If link is hash tag...
if (href === '#') {
// ...it may be a menu section without a dedicated link:
// ...it may be a menu section without a dedicated link.
// Switch the active menu item:
if (isMenuLink) {
$li = $a.closest('li');
$('#menu .active').removeClass('active');