remove notice - no longer needed

This commit is contained in:
Mike Jolley 2017-01-11 11:48:05 +00:00
parent 00250e8eab
commit 777f09db32
2 changed files with 1 additions and 7 deletions

View File

@ -114,12 +114,6 @@ jQuery( function( $ ) {
}).change();
$( document.body ).on( 'woocommerce-product-type-change', function( e, select_val ) {
if ( 'variable' !== select_val && 0 < $( '#variable_product_options' ).find( 'input[name^=variable_sku]' ).length && $( document.body ).triggerHandler( 'woocommerce-display-product-type-alert', select_val ) !== false ) {
window.alert( woocommerce_admin_meta_boxes.i18n_product_type_alert );
}
});
$( 'input#_downloadable, input#_virtual' ).change( function() {
show_and_hide_panels();
});

File diff suppressed because one or more lines are too long