Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- setInterval(function() {
- var elements = jQuery('.em-wc-booking-message.woocommerce-message');
- if( elements.length ){
- window.location.href = "/checkout/";
- }
- }, 5000);
- </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement