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:
914aa3d
)
The script prefilter now forces cross-domain requests type to GET.
author
jaubourg
<j@ubourg.net>
Sun, 16 Jan 2011 04:25:45 +0000
(
05:25
+0100)
committer
jaubourg
<j@ubourg.net>
Sun, 16 Jan 2011 04:25:45 +0000
(
05:25
+0100)
src/ajax/script.js
patch
|
blob
|
history
diff --git
a/src/ajax/script.js
b/src/ajax/script.js
index
ee1d489
..
b0e576f
100644
(file)
--- a/
src/ajax/script.js
+++ b/
src/ajax/script.js
@@
-23,6
+23,7
@@
jQuery.ajaxSetup({
}
if ( s.crossDomain ) {
+ s.type = "GET";
s.global = false;
}