File: /var/www/dk/wp-content/plugins/woocommerce/assets/js/frontend/add-payment-method.min.js
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")})});