scopen
This commit is contained in:
parent
2b27dd037b
commit
66ce42e6e4
@ -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>');
|
||||||
|
})();
|
||||||
Loading…
Reference in New Issue
Block a user