fixed menu size, thanks Angelo
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.00.0 (2012-08-11 14:43:56) dev
|
||||
Version 2.00.0 (2012-08-11 21:42:03) dev
|
||||
|
||||
@@ -160,11 +160,14 @@
|
||||
if(jQuery(this).find('ul').length)
|
||||
jQuery(this).children('a').contents().before('<i class="chevron-right"></i>');
|
||||
});
|
||||
jQuery('ul.nav li.dropdown').hover(function() {
|
||||
|
||||
if(jQuery(document).width()>=980) {
|
||||
jQuery('ul.nav li.dropdown').hover(function() {
|
||||
jQuery(this).find('.dropdown-menu').stop(true, true).delay(200).fadeIn();
|
||||
}, function() {
|
||||
}, function() {
|
||||
jQuery(this).find('.dropdown-menu').stop(true, true).delay(200).fadeOut();
|
||||
});
|
||||
});
|
||||
}
|
||||
jQuery('ul.nav li.dropdown a').click(function(){window.location=jQuery(this).attr('href');});
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user