MediaWiki:DonationForm.js: Difference between revisions
Content deleted Content added
focus amount errors when shown for screenreaders |
don't validate amount when changed, causes focus issues with a11y changes |
||
Line 1,392:
// Validate amount and update fee when selected/entered
$('.amount-options').on( 'input change', function() {
// donationForm.validateAmount();
donationForm.updateFeeDisplay();
});
|