removed default dataType=json

This commit is contained in:
vitalets
2012-12-07 14:33:34 +04:00
parent 861f91975d
commit 45122fb1c5
4 changed files with 27 additions and 21 deletions

@ -273,8 +273,7 @@ Editableform is linked with one of input types, e.g. 'text', 'select' etc.
return $.ajax($.extend({
url : this.options.url,
data : params,
type : 'post',
dataType: 'json'
type : 'POST'
}, this.options.ajaxOptions));
}
}