build test

This commit is contained in:
Denis Bunevich
2025-12-08 09:07:57 +01:00
parent 321fe74967
commit f6312ff90c

View File

@@ -18,9 +18,11 @@
btn.addEventListener("click", ( event ) => {
btn.classList.add("btn-loading");
},false);
document.addEventListener( 'wpcf7invalid', ( event ) => {
btn.classList.remove("btn-loading");
},false);
document.addEventListener( 'wpcf7mailfailed', ( event ) => {
btn.classList.remove("btn-loading");
},false);