Remove siblings hover-menu when moving over active entry

This commit is contained in:
Thomas Gelf 2014-03-28 15:34:08 +00:00
parent a5e41f6c08
commit 234bdbd46b
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@
delay = 800; delay = 800;
if ($li.hasClass('active')) { if ($li.hasClass('active')) {
$li.siblings().removeClass('hover');
return; return;
} }
if ($li.children('ul').children('li').length === 0) { if ($li.children('ul').children('li').length === 0) {