mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-08 14:46:34 +02:00
window -> body for ie
This commit is contained in:
2
examples/assets/js/bootstrap-dropdown.js
vendored
2
examples/assets/js/bootstrap-dropdown.js
vendored
@@ -8,7 +8,7 @@
|
||||
}
|
||||
|
||||
$(function () {
|
||||
$(window).bind("click", clearMenus)
|
||||
$('body').bind("click", clearMenus)
|
||||
})
|
||||
|
||||
$.fn.dropdown = function ( options ) {
|
||||
|
Reference in New Issue
Block a user