• Resolved davpetro

    (@davpetro)


    hi, can i suppress opening new tabs when clicking on the link? how ?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author walterpinem

    (@walterpinem)

    Hi.

    Thanks for using the plugin.

    Please add below code into the Custom Script setting textarea => Footer, either in a specific MyLink page or from Global Settings page:

    <script  type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
    <script  type="text/javascript">
    jQuery('a[target="_blank"]').removeAttr('target');
    </script>

    Please let me know the result by replying this topic.

    Thanks in advance.

    Thread Starter davpetro

    (@davpetro)

    perfect thank you very much. it worked!

    Plugin Author walterpinem

    (@walterpinem)

    Glad it worked.

    I’m marking this topic as resolved.
    If you’re having another issue, please don’t hesitate to open a new topic.

    Best regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how to delete target blank ?’ is closed to new replies.