[cc-commits] [CC SVN] r15298 - themes/creativecommons.org/trunk/js

webmaster at creativecommons.org webmaster at creativecommons.org
Thu Oct 20 13:17:12 EDT 2011


Author: rejon
Date: 2011-10-20 17:17:12 +0000 (Thu, 20 Oct 2011)
New Revision: 15298

Modified:
   themes/creativecommons.org/trunk/js/script.js
Log:
added cxadams fix 


Modified: themes/creativecommons.org/trunk/js/script.js
===================================================================
--- themes/creativecommons.org/trunk/js/script.js	2011-10-19 19:13:07 UTC (rev 15297)
+++ themes/creativecommons.org/trunk/js/script.js	2011-10-20 17:17:12 UTC (rev 15298)
@@ -16,7 +16,7 @@
   });
 
   $(".dropdown-toggle, .menu").click(function (e) {
-    $('.dropdown-toggle, .menu').not(this).parent("li").removeClass("open");
+    $('.dropdown-toggle').not(this).parent("li").removeClass("open");
     var $li = $(this).parent('li').toggleClass('open');
     return false;
   });



More information about the cc-commits mailing list