function clearSensitiveData(){$("#cphDonationForm_txtPaymentCCNumber").empty(),$("#cphDonationForm_txtPaymentCCCCV").empty(),$("#cphDonationForm_ddlPaymentCCMonth option:selected").empty(),$("#cphDonationForm_ddlPaymentCCYear option:selected").empty()}jQuery(function($){$(".btn-submit").click(function(){try{if($("#g-recaptcha-response").length){var e=$("#g-recaptcha-response").val();if(""===e)return $(".captcha-fail").removeClass("hidden"),event.preventDefault(),!1;$(".captcha-fail").addClass("hidden")}if($("#form1").parsley().validate(),$("#form1").parsley().isValid()){$(".btn-submit").html("Processing").attr("disabled",!0).addClass("processing");var t=$("#form1");t.append($('<input type="hidden" name="formisgoodtosubmit" />').val("true")),t.get(0).submit(),clearSensitiveData()}else $(window).resize()}catch(a){window.console.log(a)}})});