diff options
author | David Serduke <davidserduke@gmail.com> | 2008-01-17 21:38:58 +0000 |
---|---|---|
committer | David Serduke <davidserduke@gmail.com> | 2008-01-17 21:38:58 +0000 |
commit | 0635df43914eec10e4b468ddb2f952f5024c644e (patch) | |
tree | 8709a47b5ded325de9b0381ed9e3b32930068686 /build | |
parent | dcb46c7fe572923b02b575477ab02af797ab392a (diff) | |
download | jquery-0635df43914eec10e4b468ddb2f952f5024c644e.tar.gz jquery-0635df43914eec10e4b468ddb2f952f5024c644e.zip |
Fixed #2174 by removing the s.dataType == "json" check for possible cross domain since it causes absolute urls to use a <script> tag ajax retrieval even though absolute urls work fine for retrieving local data. Cross-domain jsonp will still work since the $.ajax() function actually changes the s.dataType to "script" before it reaches this check in cases where it is s.dataType == "jsonp" or s.dataType == "json" and a parameter has =? in it.
Diffstat (limited to 'build')
0 files changed, 0 insertions, 0 deletions