Advertisement
Guest User

Untitled

a guest
May 23rd, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. if (typeof Checkout === 'object') {
  2. if (typeof Checkout.$ === 'function') {
  3.  
  4.  
  5. Checkout.$('.dynamic-checkout').remove();
  6. Checkout.$('.dynamic-checkout-loading').remove();
  7. Checkout.$('.alternative-payment-separator').remove();
  8.  
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement