]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fixes #4186 which was caused by commit da1a87af6d068b956b84353a9ee410fef89a9b1f.... 4191/head
authorHarrison Heck <harrison@theheck.me>
Mon, 20 Jan 2014 13:58:05 +0000 (08:58 -0500)
committerHarrison Heck <harrison@theheck.me>
Mon, 20 Jan 2014 13:58:05 +0000 (08:58 -0500)
js/foundation/foundation.dropdown.js

index 51f6b689aa491bebe4af207b887d3c9f2f717c39..20abc60fd6ce4f6ec0e447c8fec8a5874267a13d 100644 (file)
@@ -28,8 +28,6 @@
           var settings = $(this).data('dropdown-init') || self.settings;
           e.preventDefault();
 
-          self.closeall.call(self);
-
           if (!settings.is_hover || Modernizr.touch) self.toggle($(this));
         })
         .on('mouseenter.fndtn.dropdown', '[data-dropdown], [data-dropdown-content]', function (e) {