7 lines
118 B
PHP
7 lines
118 B
PHP
<script>
|
|
$(function()
|
|
{
|
|
$("#mailto").parent().children("span:first").find('a').removeAttr('target');
|
|
})
|
|
</script>
|