mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-25 21:09:06 +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 () {
|
$(function () {
|
||||||
$(window).bind("click", clearMenus)
|
$('body').bind("click", clearMenus)
|
||||||
})
|
})
|
||||||
|
|
||||||
$.fn.dropdown = function ( options ) {
|
$.fn.dropdown = function ( options ) {
|
||||||
|
Reference in New Issue
Block a user