Merge branch 'master' into order-delivery-flow
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
jQuery(document).ready(function($) {
|
||||
$( document.body )
|
||||
.on( 'wc_backbone_modal_loaded', function () {
|
||||
$(".wc-order-preview-address").remove();
|
||||
} );
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user