Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/app/code/Amasty/Base/view/adminhtml/templates/
Upload File :
Current File : //home/rtorresani/www/app/code/Amasty/Base/view/adminhtml/templates/js.phtml

<?php
/**
 * @author Amasty Team
 * @copyright Copyright (c) Amasty (https://www.amasty.com)
 * @package Magento 2 Base Package
 */
/**
 * @var \Magento\Backend\Block\Template $block
 */
?>
<script>
    require([
        "jquery"
    ], function($){
        $(document).ready(function () {
            $('a[href*="https://amasty.com"], a[href*="http://amasty.com"], a[href*="https://marketplace.magento.com"]')
                .attr('target', '_blank');
        });
    });
</script>