]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
window -> body for ie
authorJacob Thornton <jacobthornton@gmail.com>
Mon, 29 Aug 2011 00:52:55 +0000 (17:52 -0700)
committerJacob Thornton <jacobthornton@gmail.com>
Mon, 29 Aug 2011 00:52:55 +0000 (17:52 -0700)
examples/assets/js/bootstrap-dropdown.js

index 80c0c24050ebd811f480824110efbd230df1dde3..9fbeb44b09ed2010b03b047cdf06b91b4960358b 100644 (file)
@@ -8,7 +8,7 @@
   }
 
   $(function () {
-    $(window).bind("click", clearMenus)
+    $('body').bind("click", clearMenus)
   })
 
   $.fn.dropdown = function ( options ) {