Ticket #1905: 1905.diff
| File 1905.diff, 496 bytes (added by davidserduke, 6 years ago) |
|---|
-
src/ajax.js
174 174 } 175 175 176 176 // Build temporary JSONP function 177 if ( s.dataType == "json" && (s.data && jsre.test( s.data) || s.url.match(jsre)) ) {177 if ( s.dataType == "json" && (s.data && s.data.match(jsre) || s.url.match(jsre)) ) { 178 178 jsonp = "jsonp" + jsc++; 179 179 180 180 // Replace the =? sequence both in the query string and the data
