Revert load function
This commit is contained in:
parent
1215f1965e
commit
6a1e3eb85c
|
@ -501,7 +501,7 @@ jQuery( function( $ ) {
|
|||
var this_page = window.location.toString();
|
||||
this_page = this_page.replace( 'post-new.php?', 'post.php?post=' + woocommerce_admin_meta_boxes.post_id + '&action=edit&' );
|
||||
|
||||
$( '#variable_product_options' ).on( 'load', this_page + ' #variable_product_options_inner', function() {
|
||||
$( '#variable_product_options' ).load( this_page + ' #variable_product_options_inner', function() {
|
||||
$( '#variable_product_options' ).trigger( 'reload' );
|
||||
} );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue