mirror of
https://gh.wpcy.net/https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2026-04-25 01:02:18 +08:00
1 line
No EOL
1.6 KiB
JavaScript
1 line
No EOL
1.6 KiB
JavaScript
document.addEventListener("DOMContentLoaded",function(){var e=PayPalCommerceGatewayOrderTrackingCompat,n="#ppcp_order-tracking .ppcp-tracking-column.shipments",t=document.getElementById("order-shipments-save"),o=location.href+" "+n+">*",c=e.shiptastic_sync_enabled,i=e.wc_shipment_sync_enabled,u=e.wc_shipping_tax_sync_enabled,r=document.querySelector("#woocommerce-shipment-tracking .button-save-form"),s=document.getElementById("dhl-label-button"),a=function(){var e=document.querySelector(".ppcp-tracking-loader");e&&("none"===e.style.display||""===e.style.display?e.style.display="block":e.style.display="none")},d=function(e){"none"!==e.css("display")?setTimeout(function(){return d(e)},100):jQuery(n).load(o,"",function(){a()})},l=function(e){document.body.contains(e)?setTimeout(function(){return l(e)},100):jQuery(n).load(o,"",function(){a()})};c&&void 0!==t&&null!=t&&t.addEventListener("click",function(e){a(),d(jQuery("#order-shipments-save"))}),i&&void 0!==r&&null!=r&&r.addEventListener("click",function(e){a(),d(jQuery("#shipment-tracking-form"))}),void 0!==s&&null!=s&&s.addEventListener("click",function(e){a(),l(s)}),jQuery(document).on("mouseover mouseout","#dhl_delete_label",function(e){jQuery("#ppcp-shipment-status").val("CANCELLED").trigger("change"),document.querySelector(".update_shipment").click()}),u&&void 0!==u&&document.addEventListener("click",function(e){e.target.closest(".components-modal__screen-overlay .label-purchase-modal__sidebar .purchase-section button.components-button")&&(a(),setTimeout(function(){jQuery(n).load(o,"",function(){a()})},1e4))})}); |