mirror of
https://github.com/jquery/jquery.git
synced 2026-01-25 10:48:31 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user