From 54fb69609047b7dba5525c29b503091339132250 Mon Sep 17 00:00:00 2001 From: Ezequiel Bergamaschi Date: Sat, 1 Feb 2014 16:24:57 -0300 Subject: [PATCH] hack removed --- wise-webapp/src/main/webapp/js/mindmapList.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/wise-webapp/src/main/webapp/js/mindmapList.js b/wise-webapp/src/main/webapp/js/mindmapList.js index dae5bf1d..5fbb25cf 100644 --- a/wise-webapp/src/main/webapp/js/mindmapList.js +++ b/wise-webapp/src/main/webapp/js/mindmapList.js @@ -99,13 +99,6 @@ jQuery.fn.dialogForm = function (options) { formData[elem.name] = elem.value; }); - //No me gusta, revisar only support one select in the form - var dropdown = $('#' + containerId + ' option:selected'); - if (dropdown.val()) { - formData['id'] = dropdown.val(); - formData['title'] = dropdown.html(); - } - $(acceptBtn).button('loading'); var dialogElem = this; jQuery.ajax(url, {