mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-27 14:46:01 +03:00
window -> body for ie
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@
|
||||
}
|
||||
|
||||
$(function () {
|
||||
$(window).bind("click", clearMenus)
|
||||
$('body').bind("click", clearMenus)
|
||||
})
|
||||
|
||||
$.fn.dropdown = function ( options ) {
|
||||
|
||||
Reference in New Issue
Block a user