MediaWiki:DonationForm.js: Difference between revisions
Content deleted Content added
skip form chooser for Apple Pay |
force country to always uppercase |
||
Line 1,138:
donationForm.currency = 'USD';
}
donationForm.country = mw.util.getParamValue('country').toUpperCase();
// Block typing symbols in Other field
|