Merge branch 'master' into order-delivery-flow

This commit is contained in:
Almira Krdzic
2018-11-01 11:00:21 +01:00
12 changed files with 239 additions and 40 deletions

View File

@@ -0,0 +1,7 @@
jQuery(document).ready(function($) {
$( document.body )
.on( 'wc_backbone_modal_loaded', function () {
$(".wc-order-preview-address").remove();
} );
});