Commit b4a84e1e authored by Jacob Thornton's avatar Jacob Thornton

window -> body for ie

parent 7b041f84
......@@ -8,7 +8,7 @@
}
$(function () {
$(window).bind("click", clearMenus)
$('body').bind("click", clearMenus)
})
$.fn.dropdown = function ( options ) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment