scopen
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
mail = $('span.mailto').html();
|
(function(){
|
||||||
mail = mail.replace('<span style="display:none;">no-thx-</span>','');
|
//TODO vanilla
|
||||||
$('span.mailto').html('<a href="mailto:'+mail+'">'+ mail +'</a>');
|
var mail = $('span.mailto').html();
|
||||||
|
mail = mail.replace('<span style="display:none;">no-thx-</span>','');
|
||||||
|
$('span.mailto').html('<a href="mailto:'+mail+'">'+ mail +'</a>');
|
||||||
|
})();
|
||||||
Reference in New Issue
Block a user