admin-add-ons.asset.php
1 year ago
admin-add-ons.js
4 years ago
admin-onboarding-wizard.asset.php
1 year ago
admin-onboarding-wizard.js
1 year ago
admin-reports-widget.asset.php
1 year ago
admin-reports-widget.js
1 year ago
admin-reports.asset.php
1 year ago
admin-reports.js
1 year ago
admin-setup.asset.php
1 year ago
admin-setup.js
1 year ago
admin-shortcodes.asset.php
1 year ago
admin-shortcodes.js
4 years ago
admin-upsell-addons-page.asset.php
1 year ago
admin-upsell-addons-page.js
1 year ago
admin-upsell-sale-banner.asset.php
1 year ago
admin-upsell-sale-banner.js
2 years ago
admin-widgets.asset.php
1 year ago
admin-widgets.js
4 years ago
admin.asset.php
1 year ago
admin.js
1 year ago
donation-options.asset.php
1 year ago
donation-options.js
2 years ago
donor-dashboards-app.asset.php
1 year ago
donor-dashboards-app.js
1 year ago
donor-dashboards-block.asset.php
1 year ago
donor-dashboards-block.js
1 year ago
give-add-v2form.asset.php
1 year ago
give-add-v2form.js
1 year ago
give-admin-donation-forms.asset.php
1 year ago
give-admin-donation-forms.js
1 year ago
give-admin-donations.asset.php
1 year ago
give-admin-donations.js
1 year ago
give-admin-donors.asset.php
1 year ago
give-admin-donors.js
1 year ago
give-admin-event-tickets-details.asset.php
1 year ago
give-admin-event-tickets-details.js
1 year ago
give-admin-event-tickets.asset.php
1 year ago
give-admin-event-tickets.js
1 year ago
give-admin-subscriptions.asset.php
1 year ago
give-admin-subscriptions.js
1 year ago
give-classic-template.asset.php
1 year ago
give-classic-template.js
2 years ago
give-donation-forms-load-async-data.asset.php
1 year ago
give-donation-forms-load-async-data.js
1 year ago
give-donation-summary.asset.php
1 year ago
give-donation-summary.js
3 years ago
give-edit-v2form.asset.php
1 year ago
give-edit-v2form.js
1 year ago
give-log-list-table-app.asset.php
1 year ago
give-log-list-table-app.js
1 year ago
give-migrations-list-table-app.asset.php
1 year ago
give-migrations-list-table-app.js
1 year ago
give-sequoia-template.asset.php
1 year ago
give-sequoia-template.js
4 years ago
give-stripe-becs.asset.php
1 year ago
give-stripe-becs.js
2 years ago
give-stripe-sepa.asset.php
1 year ago
give-stripe-sepa.js
2 years ago
give-stripe.asset.php
1 year ago
give-stripe.js
2 years ago
give.asset.php
1 year ago
give.js
1 year ago
payment-gateway.asset.php
1 year ago
payment-gateway.js
2 years ago
paypal-commerce.asset.php
1 year ago
paypal-commerce.js
2 years ago
plugin-deactivation-survey.asset.php
1 year ago
plugin-deactivation-survey.js
2 years ago
welcome-banner.asset.php
1 year ago
welcome-banner.js
1 year ago
admin-setup.js
1 lines
| 1 | Array.from(document.querySelectorAll(".setup-item")).forEach((function(e){var t=e.querySelector(".js-action-link");t&&(t.addEventListener("click",(function(e){return e.stopPropagation()})),e.style.cursor="pointer",e.addEventListener("click",(function(e){window.getSelection().toString()||t.click()})))})),document.addEventListener("DOMContentLoaded",(function(){var e=document.querySelector("a.activate-license"),t=document.querySelector("#give-activate-license-modal"),n=t.querySelector("#give-license-activator-wrap"),i=t.querySelector(".givewp-modal-close"),c=t.querySelector('input[type="text"]'),o=t.querySelector('input[type="submit"]');e.addEventListener("click",(function(e){e.preventDefault(),t.showModal()})),t.addEventListener("click",(function(){t.close()})),i.addEventListener("click",(function(){t.close()})),n.addEventListener("click",(function(e){e.stopPropagation()})),c.addEventListener("input",(function(){c.value?o.removeAttribute("disabled"):o.setAttribute("disabled","disabled")}))})); |