FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
pinterest-for-woocommerce
/
assets
/
js
/
admin
Edit File: pinterest-for-woocommerce-admin.js
/* global jQuery */ ( function ( $ ) { 'use strict'; function hideTabs( event, productType ) { $( '.hide_if_' + productType ).hide(); } $( document ).on( 'woocommerce-product-type-change', 'body', hideTabs ); $( document ).ready( function () { if ( $( '#product-type' ).length > 0 ) { hideTabs( false, $( '#product-type' ).val() ); } } ); } )( jQuery ); //# sourceMappingURL=../../source/_maps/js/admin/pinterest-for-woocommerce-admin.js.map
Save
Back