diff options
Diffstat (limited to 'share/www/script')
| -rw-r--r-- | share/www/script/jquery.couch.js | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/share/www/script/jquery.couch.js b/share/www/script/jquery.couch.js index f9647ecd..879c2444 100644 --- a/share/www/script/jquery.couch.js +++ b/share/www/script/jquery.couch.js @@ -595,6 +595,7 @@    function ajax(obj, options, errorMessage, ajaxOptions) {      options = $.extend({successStatus: 200}, options); +    ajaxOptions = $.extend({contentType: "application/json"}, ajaxOptions);      errorMessage = errorMessage || "Unknown error";      $.ajax($.extend($.extend({        type: "GET", dataType: "json", cache : !$.browser.msie, | 
