Fix sharing.
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user