Events that fire after the browser has already moved to another page no longer fire incorrectly.
This commit is contained in:
parent
aa5c4d8828
commit
6e868bb091
2
jquery/jquery.js
vendored
2
jquery/jquery.js
vendored
|
@ -1726,6 +1726,8 @@ jQuery.extend({
|
|||
},
|
||||
|
||||
handle: function(event) {
|
||||
if ( typeof jQuery == "undefined" ) return;
|
||||
|
||||
event = event || jQuery.event.fix( window.event );
|
||||
|
||||
// If no correct event was found, fail
|
||||
|
|
Loading…
Reference in a new issue