mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Fine-tune hoverable menu
This commit is contained in:
parent
ff6859d1d1
commit
0c9695992f
@ -294,6 +294,9 @@
|
||||
$li = $a.closest('li');
|
||||
$('#menu .active').removeClass('active');
|
||||
$li.addClass('active');
|
||||
if ($li.hasClass('hover')) {
|
||||
$li.removeClass('hover');
|
||||
}
|
||||
}
|
||||
if (href === '#') {
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user