mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
window -> body for ie
This commit is contained in:
parent
7b041f8419
commit
b4a84e1e7d
1 changed files with 1 additions and 1 deletions
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 ) {
|
||||
|
|
Loading…
Add table
Reference in a new issue