mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Remove siblings hover-menu when moving over active entry
This commit is contained in:
parent
a5e41f6c08
commit
234bdbd46b
@ -119,6 +119,7 @@
|
||||
delay = 800;
|
||||
|
||||
if ($li.hasClass('active')) {
|
||||
$li.siblings().removeClass('hover');
|
||||
return;
|
||||
}
|
||||
if ($li.children('ul').children('li').length === 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user