From 105c0544e1144dc33cbb2a8d845edf218b9ceb7e Mon Sep 17 00:00:00 2001 From: Ezequiel Bergamaschi Date: Wed, 5 Feb 2014 21:21:37 -0300 Subject: [PATCH] removing comment line --- wise-webapp/src/main/webapp/js/mindmapList.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wise-webapp/src/main/webapp/js/mindmapList.js b/wise-webapp/src/main/webapp/js/mindmapList.js index 939c7a1f..fa9d04fe 100644 --- a/wise-webapp/src/main/webapp/js/mindmapList.js +++ b/wise-webapp/src/main/webapp/js/mindmapList.js @@ -468,7 +468,7 @@ $(function () { }; jQuery.ajax("c/restful/labels/maps/" + mindmapId, { async:false, - //dataType:'json', comentado momentaneamente, problema con jquery 2.1.0 + dataType:'json', data:JSON.stringify(data), type:'DELETE', contentType:"application/json; charset=utf-8", @@ -587,7 +587,7 @@ function prepareLabelList(labels) { function linkLabelToMindmap(mapIds, label) { jQuery.ajax("c/restful/labels/maps?ids=" + jQuery.makeArray(mapIds).join(','), { type: 'POST', - //dataType: "json", + dataType: "json", contentType: "application/json; charset=utf-8", data: JSON.stringify({ id: label.id,