MediaWiki:DonationForm.js: Difference between revisions

Content deleted Content added
rm utm fallback for Amazon - although Amazon is completely disabled at the moment
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1,306:
 
// Allow preselecting monthly
if (
mw.util.getParamValue('monthly')
&& mw.util.getParamValue('monthly') !== '0'
&& donationForm.noRecurringCountries.indexOf( donationForm.country ) === -1 ) {
) {
$('#frequency_monthly').click();
}