Commit b4a84e1e authored by Jacob Thornton's avatar Jacob Thornton
Browse files

window -> body for ie

parent 7b041f84
Showing with 1 addition and 1 deletion
+1 -1
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
} }
$(function () { $(function () {
$(window).bind("click", clearMenus) $('body').bind("click", clearMenus)
}) })
$.fn.dropdown = function ( options ) { $.fn.dropdown = function ( options ) {
......
Supports Markdown
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