git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e287007
)
Another fix for bug #1584, ajaxStop would not be called for a cross-domain request...
author
John Resig
<jeresig@gmail.com>
Wed, 17 Oct 2007 23:13:31 +0000
(23:13 +0000)
committer
John Resig
<jeresig@gmail.com>
Wed, 17 Oct 2007 23:13:31 +0000
(23:13 +0000)
src/ajax.js
patch
|
blob
|
history
diff --git
a/src/ajax.js
b/src/ajax.js
index
f401c85
..
8261b44
100644
(file)
--- a/
src/ajax.js
+++ b/
src/ajax.js
@@
-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