mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2025-01-10 20:25:12 +01:00
Fix sharing.
This commit is contained in:
parent
c5bf91a9fe
commit
dd1698b5d9
@ -243,7 +243,9 @@ $("#shareRole a").click(function () {
|
||||
var role = onClickShare(this);
|
||||
$(this).parent().attr('data-role', role);
|
||||
|
||||
event.stopPropagation();
|
||||
event.preventDefault();
|
||||
return false;
|
||||
});
|
||||
|
||||
function isValidEmailAddress(emailAddress) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user