forked from LiveCarta/LiveCartaWP
build test
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user