first commit

This commit is contained in:
Rachit Bhargava
2023-07-21 17:12:10 -04:00
parent d0fe47dde4
commit 5d0f0734d8
14003 changed files with 2829464 additions and 0 deletions

View File

@@ -0,0 +1 @@
jQuery(function(t){if("undefined"==typeof woocommerce_params)return!1;t("#add_payment_method").on("click init_add_payment_method",".payment_methods input.input-radio",function(){var e;1<t(".payment_methods input.input-radio").length?(e=t("div.payment_box."+t(this).attr("ID")),t(this).is(":checked")&&!e.is(":visible")&&(t("div.payment_box").filter(":visible").slideUp(250),t(this).is(":checked")&&t("div.payment_box."+t(this).attr("ID")).slideDown(250))):t("div.payment_box").show()}).find("input[name=payment_method]:checked").trigger("click"),t("#add_payment_method").on("submit",function(){t("#add_payment_method").block({message:null,overlayCSS:{background:"#fff",opacity:.6}})}),t(document.body).trigger("init_add_payment_method"),t(" .woocommerce .payment-method-actions .button.delete").on("click",function(e){t(this).hasClass("disabled")&&e.preventDefault(),t(this).addClass("disabled")})});