Skip to content
Permalink
Browse files
Fix for #1933
  • Loading branch information
brandonaaron committed Nov 19, 2007
1 parent 5e99807 commit e6a481e
Showing 1 changed file with 1 addition and 1 deletion.
@@ -453,5 +453,5 @@ function bindReady(){
// And prevent errors on refresh with events like mouseover
// Window isn't included so as not to unbind existing unload events
jQuery(window).bind("unload", function() {
$("*").add(document).unbind();
jQuery("*").add(document).unbind();
});

0 comments on commit e6a481e

Please sign in to comment.