From d28b439e624677fd890e382750430e5ec683c23e Mon Sep 17 00:00:00 2001 From: Ezequiel Bergamaschi Date: Sat, 1 Feb 2014 18:54:49 -0300 Subject: [PATCH] remove stopPropagation --- wise-webapp/src/main/webapp/js/mindmapList.js | 1 - 1 file changed, 1 deletion(-) diff --git a/wise-webapp/src/main/webapp/js/mindmapList.js b/wise-webapp/src/main/webapp/js/mindmapList.js index 3b4c8cba..0666f829 100644 --- a/wise-webapp/src/main/webapp/js/mindmapList.js +++ b/wise-webapp/src/main/webapp/js/mindmapList.js @@ -150,7 +150,6 @@ jQuery.fn.dialogForm = function (options) { } }); - event.stopImmediatePropagation(); }.bind(this)); $('#' + containerId + ' .btn-cancel').click(function () {