mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-18 10:52:19 +01:00
window -> body for ie
This commit is contained in:
parent
7b041f8419
commit
b4a84e1e7d
2
examples/assets/js/bootstrap-dropdown.js
vendored
2
examples/assets/js/bootstrap-dropdown.js
vendored
@ -8,7 +8,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
$(function () {
|
$(function () {
|
||||||
$(window).bind("click", clearMenus)
|
$('body').bind("click", clearMenus)
|
||||||
})
|
})
|
||||||
|
|
||||||
$.fn.dropdown = function ( options ) {
|
$.fn.dropdown = function ( options ) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user