From 3f2c687643aca65bcc83de2385003b3486a1bc41 Mon Sep 17 00:00:00 2001 From: Ezequiel Bergamaschi Date: Sat, 25 Jan 2014 23:24:04 -0300 Subject: [PATCH] bug WISE-199 fixed --- 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 a7bedbee..7b138557 100644 --- a/wise-webapp/src/main/webapp/js/mindmapList.js +++ b/wise-webapp/src/main/webapp/js/mindmapList.js @@ -93,7 +93,7 @@ jQuery.fn.dialogForm = function (options) { var acceptBtn = $('#' + containerId + ' .btn-accept'); acceptBtn.button('reset'); - acceptBtn.click(function () { + acceptBtn.one('click', function () { var formData = {}; $('#' + containerId + ' input').each(function (index, elem) { formData[elem.name] = elem.value;