oont-contents/plugins/astra-addon/addons/woocommerce/assets/js/minified/my-account-form-switcher.min.js
2025-02-08 15:10:23 +01:00

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()});