This commit is contained in:
Brandon Aaron 2007-11-19 16:15:51 +00:00
parent 5e99807271
commit e6a481e533

View file

@ -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();
});