Fix #1987 by only doing remote <script> type ajax with GET requests. All other types...
authorDavid Serduke <davidserduke@gmail.com>
Tue, 11 Dec 2007 20:16:19 +0000 (20:16 +0000)
committerDavid Serduke <davidserduke@gmail.com>
Tue, 11 Dec 2007 20:16:19 +0000 (20:16 +0000)
commitc6a44c7943f460594a6a75081ad9bce76fea80f0
treee31c3ca9bdf86d1108428c1ca9204e3690c5aed1
parent227f8b2514de31bd0b5c45ce6fc1b942c081f776
Fix #1987 by only doing remote <script> type ajax with GET requests.  All other types will be passed on to XMLHttpRequest.
src/ajax.js
test/unit/ajax.js