MediaWiki:DonationForm.js: Difference between revisions

Content deleted Content added
default US country
Tag: Reverted
No edit summary
Tag: Reverted
Line 1,147:
donationForm.currency = 'USD';
}
try {
donationForm.country = mw.util.getParamValue('country').toUpperCase();
} catch (error) {
donationForm.country = 'US';
}
 
// Block typing symbols in Other field