diff --git a/wise-webapp/src/main/webapp/jsp/mindmapShare.jsp b/wise-webapp/src/main/webapp/jsp/mindmapShare.jsp index 7b2a8a23..7668c532 100644 --- a/wise-webapp/src/main/webapp/jsp/mindmapShare.jsp +++ b/wise-webapp/src/main/webapp/jsp/mindmapShare.jsp @@ -239,13 +239,11 @@ $("#addBtn").click(function (event) { }); // Register change event ... -$("#shareRole a").click(function () { +$("#shareRole a").click(function (event) { var role = onClickShare(this); $(this).parent().attr('data-role', role); - event.stopPropagation(); event.preventDefault(); - return false; }); function isValidEmailAddress(emailAddress) {