mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-05 07:03:24 +01:00
datatype workaround
This commit is contained in:
parent
7a535b1dca
commit
baa8adacda
@ -103,7 +103,7 @@ jQuery.fn.dialogForm = function (options) {
|
|||||||
var dialogElem = this;
|
var dialogElem = this;
|
||||||
jQuery.ajax(url, {
|
jQuery.ajax(url, {
|
||||||
async:false,
|
async:false,
|
||||||
dataType:'json',
|
//dataType:'json', comentado momentaneamente, problema con jquery 2.1.0
|
||||||
data:JSON.stringify(formData),
|
data:JSON.stringify(formData),
|
||||||
type:options.type ? options.type : 'POST',
|
type:options.type ? options.type : 'POST',
|
||||||
contentType:"application/json; charset=utf-8",
|
contentType:"application/json; charset=utf-8",
|
||||||
|
Loading…
Reference in New Issue
Block a user