MediaWiki:DonationForm.js: Difference between revisions

Content deleted Content added
don't validate amount when changed, causes focus issues with a11y changes
only validate on change (losing focus) not input
Line 1,391:
 
// Validate amount and update fee when selected/entered
$('.amount-options').on( 'input change', function() {
// donationForm.validateAmount();
donationForm.updateFeeDisplay();
});