update plugins

This commit is contained in:
Tony Volpe
2024-06-17 14:42:23 -04:00
parent a00f379f7f
commit 38e314323c
9467 changed files with 2032414 additions and 0 deletions

View File

@@ -0,0 +1 @@
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"})})})});