Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- document.querySelector(".woocommerce-checkout input#billing_phone").addEventListener("keyup", function () {
- setTimeout( function(){ document.querySelector(".woocommerce #payment #place_order").disabled = false; }, 500);
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement