var loginCheck=!1,registerCheck=!1,checkoutCheck=!1,trackorderCheck=!1; jQuery(document).ready(function(){jQuery(".login .c-login-create__log-in-button-wrapper__button").on("click",function(){loginCheck=!0});jQuery(".registration .c-login-create__create-account-btn").on("click",function(){registerCheck=!0});jQuery(".checkout-registration .c-confirmation__account__form__body__btn").on("click",function(){checkoutCheck=!0});jQuery(".trackorder-form .btn ").on("click",function(){trackorderCheck=!0});jQuery(".c-email-signup__form__item__btn").on("click",function(){setTimeout(function(){""== jQuery("#email-signup-errors").html()&&window.dataLayer.push({event:"formSubmit",formAction:"completion",formType:"email-signup"})},2E3)});jQuery(window).bind("beforeunload",function(){loginCheck&&(window.dataLayer.push({event:"formSubmit",formAction:"completion",formType:"login-form"}),loginCheck=!1);registerCheck&&(window.dataLayer.push({event:"formSubmit",formAction:"completion",formType:"register-form"}),registerCheck=!1);checkoutCheck&&(window.dataLayer.push({event:"formSubmit",formAction:"completion", formType:"checkout-registration"}),checkoutCheck=!1);trackorderCheck&&(window.dataLayer.push({event:"formSubmit",formAction:"completion",formType:"trackorder-form"}),trackorderCheck=!1)})});