File "how-to.js"

Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/yith-woocommerce-wishlist/plugin-fw/assets/js/how-to.js
File size: 193 bytes
MIME-type: text/plain
Charset: utf-8

(function ( $ ) {
    var how_to_link = $( '#yith-how-to-premium' ).parent();
    if ( typeof how_to_link != 'undefined' ) {
        how_to_link.prop( 'target', '_blank' );
    }
})( jQuery );