From baa8adacda9a8c1e53b41d0215afc78fb8b49a29 Mon Sep 17 00:00:00 2001 From: Ezequiel Bergamaschi Date: Sun, 2 Feb 2014 01:28:14 -0300 Subject: [PATCH] datatype workaround --- wise-webapp/src/main/webapp/js/mindmapList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wise-webapp/src/main/webapp/js/mindmapList.js b/wise-webapp/src/main/webapp/js/mindmapList.js index 0666f829..26b81594 100644 --- a/wise-webapp/src/main/webapp/js/mindmapList.js +++ b/wise-webapp/src/main/webapp/js/mindmapList.js @@ -103,7 +103,7 @@ jQuery.fn.dialogForm = function (options) { var dialogElem = this; jQuery.ajax(url, { async:false, - dataType:'json', + //dataType:'json', comentado momentaneamente, problema con jquery 2.1.0 data:JSON.stringify(formData), type:options.type ? options.type : 'POST', contentType:"application/json; charset=utf-8",