Another fix for bug #1584, ajaxStop would not be called for a cross-domain request...
[jquery.git] / src / ajax.js
index f401c85..8261b44 100644 (file)
@@ -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