Remove useless tab activation code.

This commit is contained in:
Mikaël Ates 2015-11-03 19:05:36 +01:00
parent 7ebdeab35a
commit 60fb07cc6a
1 changed files with 0 additions and 5 deletions

View File

@ -57,10 +57,5 @@
}
},
});
/*
Active li corresponding to the page visited
*/
$('ul#menu li a[href="' + location.pathname + '"]').parent().addClass('active');
})
})(jQuery);