1 line
No EOL
571 B
JavaScript
1 line
No EOL
571 B
JavaScript
function astraUpdateShopView(){for(var e=document.querySelectorAll(".ast-woo-account-form-link"),o=0;o<e.length;o++)e[o].onclick=function(e){e.preventDefault(),"do-register"===this.dataset.type?(document.querySelector("#customer_login > .u-column1").style.display="none",document.querySelector("#customer_login > .u-column2").style.display="block"):(document.querySelector("#customer_login > .u-column1").style.display="block",document.querySelector("#customer_login > .u-column2").style.display="none")}}window.addEventListener("load",function(){astraUpdateShopView()}); |