This commit is contained in:
troy 2021-08-08 11:38:52 +02:00
parent 2b27dd037b
commit 66ce42e6e4

View File

@ -1,3 +1,6 @@
mail = $('span.mailto').html();
mail = mail.replace('<span style="display:none;">no-thx-</span>','');
$('span.mailto').html('<a href="mailto:'+mail+'">'+ mail +'</a>');
(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>');
})();