zentaopms/extension/biz/workflowaction/ext/view/previewoperate.flow.html.hook.php
2023-05-16 10:50:42 +08:00

7 lines
118 B
PHP

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