Remove all plugins / install base theme

This commit is contained in:
Tony Volpe
2024-06-18 16:14:48 -04:00
parent ecc33d62f0
commit 95cb30b884
7455 changed files with 0 additions and 1722920 deletions

View File

@@ -1 +0,0 @@
window.addEventListener("load",function(){var e=document.querySelectorAll(".gform-settings-field__select_custom select"),t=document.querySelectorAll(".gform-settings-select-custom__reset");e.forEach(function(t){var n=t.parentNode.nextSibling;t.addEventListener("change",function(e){"gf_custom"===e.target.value&&(t.style.display="none",n.style.display="block")})}),t.forEach(function(e){var t=e.parentNode;e.addEventListener("click",function(e){t.style.display="none",jQuery(this).closest("div.gform-settings-field__select_custom").find("select").each(function(e,t){t.value="",t.style.display="block"})})})});