Model #VSK2121
21" Width x 21" Depth
window.addEventListener('scroll', loadLiveChat); window.addEventListener('click', loadLiveChat); })(); const listenerPop = function(){ const iframe = document.querySelector('iframe[data-dojo-attach-point="iframeModalContainer"]'); if(iframe!=null && iframe.contentWindow!=null && iframe.contentWindow.document!=null){ if(iframe.contentWindow.document.querySelector('button[data-dojo-attach-point="continueButton"]')!=null){ iframe.contentWindow.document.querySelector('button[data-dojo-attach-point="continueButton"]').addEventListener('click',function(e){ console.log(e); const button = $(e.target); const _email = button.closest('form').find('input#mc-EMAIL').val(); if(/^([a-zA-Z0-9_-])+@([a-zA-Z0-9_-])+(.[a-zA-Z0-9_-])+/.test(_email)) { Shopify.analytics.publish('email_signup',{email: _email, location : 'popup'}); } }); return; } } setTimeout(function(){ listenerPop(); },1000); }; listenerPop(); });