diff --git a/app/assets/javascripts/api_taster/app.js b/app/assets/javascripts/api_taster/app.js index d8d2615..1abd534 100644 --- a/app/assets/javascripts/api_taster/app.js +++ b/app/assets/javascripts/api_taster/app.js @@ -119,8 +119,7 @@ jQuery(function($) { window.ajax = $.ajax({ url: ApiTaster.getSubmitUrl($form), type: $form.attr('method'), - data: $form.serialize(), - dataType: 'xml' + data: $form.serialize() }).complete(onComplete); ApiTaster.lastRequest = {};