]> source.dussan.org Git - jquery.git/commit
Don't try and convert data for 204 No Content responses. Fixes #13292. Fixes #13261.
authorbyroot <jean.boussier@gmail.com>
Thu, 24 Jan 2013 01:33:17 +0000 (02:33 +0100)
committerjaubourg <j@ubourg.net>
Thu, 24 Jan 2013 01:35:07 +0000 (02:35 +0100)
commiteb47553eeac58861bcefac063c0e03e161b4d52c
tree7ff3d18065a4080e73dd8b50459d3b7651520197
parent21af3a9213a2ad0f9996f2ef4f2d8ee53a3f45d4
Don't try and convert data for 204 No Content responses. Fixes #13292. Fixes #13261.
src/ajax.js
test/data/nocontent.php [new file with mode: 0644]
test/unit/ajax.js