fixed better js for bootswatch menus

This commit is contained in:
Massimo Di Pierro
2012-05-25 15:03:40 -05:00
parent cd248c15b3
commit 5a45b6e799
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.00.0 (2012-05-25 15:01:36) dev
Version 2.00.0 (2012-05-25 15:03:27) dev
+1 -1
View File
@@ -66,7 +66,7 @@
if(jQuery(this).parent().find('ul').length)
jQuery(this).attr({'class':'dropdown-toggle','data-toggle':'dropdown'}).append('<b class="caret"></b>');
});
jQuery('.nav li').each(function(){
jQuery('.nav li li').each(function(){
if(jQuery(this).find('ul').length)
var a=jQuery(this).children('a').contents().before('<i class="icon-chevron-right"></i>');
});