From 5a45b6e79967cfd8689841c81e2f4271eca130cf Mon Sep 17 00:00:00 2001 From: Massimo Di Pierro Date: Fri, 25 May 2012 15:03:40 -0500 Subject: [PATCH] fixed better js for bootswatch menus --- VERSION | 2 +- applications/welcome/views/layout.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index bf8c1b88..c020f3df 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.00.0 (2012-05-25 15:01:36) dev +Version 2.00.0 (2012-05-25 15:03:27) dev diff --git a/applications/welcome/views/layout.html b/applications/welcome/views/layout.html index 2016a730..40b94354 100644 --- a/applications/welcome/views/layout.html +++ b/applications/welcome/views/layout.html @@ -66,7 +66,7 @@ if(jQuery(this).parent().find('ul').length) jQuery(this).attr({'class':'dropdown-toggle','data-toggle':'dropdown'}).append(''); }); - 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(''); });