previewoperate.flow.html.hook.php 118 B

123456
  1. <script>
  2. $(function()
  3. {
  4. $("#mailto").parent().children("span:first").find('a').removeAttr('target');
  5. })
  6. </script>