mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 14:17:57 +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);
|
var role = onClickShare(this);
|
||||||
$(this).parent().attr('data-role', role);
|
$(this).parent().attr('data-role', role);
|
||||||
|
|
||||||
|
event.stopPropagation();
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
|
return false;
|
||||||
});
|
});
|
||||||
|
|
||||||
function isValidEmailAddress(emailAddress) {
|
function isValidEmailAddress(emailAddress) {
|
||||||
|
Loading…
Reference in New Issue
Block a user