From: Jacob Thornton Date: Mon, 29 Aug 2011 00:52:55 +0000 (-0700) Subject: window -> body for ie X-Git-Tag: v1.3.0~86^2^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4a84e1e7de1e5448cf9adc61a1a02badec80439;p=thirdparty%2Fbootstrap.git window -> body for ie --- diff --git a/examples/assets/js/bootstrap-dropdown.js b/examples/assets/js/bootstrap-dropdown.js index 80c0c24050..9fbeb44b09 100644 --- a/examples/assets/js/bootstrap-dropdown.js +++ b/examples/assets/js/bootstrap-dropdown.js @@ -8,7 +8,7 @@ } $(function () { - $(window).bind("click", clearMenus) + $('body').bind("click", clearMenus) }) $.fn.dropdown = function ( options ) {