Another fix for bug #1584, ajaxStop would not be called for a cross-domain request if a handler was not provided.
This commit is contained in:
parent
e287007f6a
commit
9ac9aaeec3
|
@ -223,7 +223,7 @@ jQuery.extend({
|
|||
script.src = s.url;
|
||||
|
||||
// Handle Script loading
|
||||
if ( !jsonp && (s.success || s.complete) ) {
|
||||
if ( !jsonp ) {
|
||||
var done = false;
|
||||
|
||||
// Attach handlers for all browsers
|
||||
|
|
Loading…
Reference in a new issue