Make sure that live handlers don't stop inline scripts from executing. Fixes #5835.
This commit is contained in:
parent
150e44cdda
commit
b9ca157998
|
@ -860,7 +860,7 @@ jQuery.fn.extend({
|
|||
});
|
||||
|
||||
function liveHandler( event ) {
|
||||
var stop = true, elems = [], selectors = [], args = arguments,
|
||||
var stop, elems = [], selectors = [], args = arguments,
|
||||
related, match, fn, elem, j, i, l, data,
|
||||
live = jQuery.extend({}, jQuery.data( this, "events" ).live);
|
||||
|
||||
|
|
Loading…
Reference in a new issue