mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
Just a comment
This commit is contained in:
parent
235d655808
commit
415193f9de
@ -201,7 +201,8 @@
|
|||||||
|
|
||||||
// If link is hash tag...
|
// If link is hash tag...
|
||||||
if (href === '#') {
|
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) {
|
if (isMenuLink) {
|
||||||
$li = $a.closest('li');
|
$li = $a.closest('li');
|
||||||
$('#menu .active').removeClass('active');
|
$('#menu .active').removeClass('active');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user