Remove hove menu slightly faster

This commit is contained in:
Thomas Gelf 2014-03-28 19:57:04 +00:00
parent fba63602c9
commit ce1e4a73eb
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@
}
$li.removeClass('hover');
$('#layout').removeClass('hoveredmenu');
}, 800);
}, 500);
},
dropdownHover: function () {