@ -1,3 +1,6 @@
mail = $('span.mailto').html();
(function(){
//TODO vanilla
var mail = $('span.mailto').html();
mail = mail.replace('<span style="display:none;">no-thx-</span>','');
$('span.mailto').html('<a href="mailto:'+mail+'">'+ mail +'</a>');
})();
The note is not visible to the blocked user.