Skip to content
Permalink
Browse files
Another fix for bug #1584, ajaxStop would not be called for a cross-d…
…omain request if a handler was not provided.
  • Loading branch information
jeresig committed Oct 17, 2007
1 parent e287007 commit 9ac9aae
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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

0 comments on commit 9ac9aae

Please sign in to comment.