Fix sharing.

This commit is contained in:
Paulo Gustavo Veiga 2012-11-22 00:22:39 -03:00
parent c5bf91a9fe
commit dd1698b5d9

View File

@ -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) {