Fix for #1933
This commit is contained in:
parent
5e99807271
commit
e6a481e533
1 changed files with 1 additions and 1 deletions
|
@ -453,5 +453,5 @@ function bindReady(){
|
||||||
// And prevent errors on refresh with events like mouseover
|
// And prevent errors on refresh with events like mouseover
|
||||||
// Window isn't included so as not to unbind existing unload events
|
// Window isn't included so as not to unbind existing unload events
|
||||||
jQuery(window).bind("unload", function() {
|
jQuery(window).bind("unload", function() {
|
||||||
$("*").add(document).unbind();
|
jQuery("*").add(document).unbind();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue