mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
window -> body for ie
This commit is contained in:
+1
-1
@@ -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