MediaWiki:DonationForm.js: Difference between revisions

Content deleted Content added
rm utm fallback for Amazon - although Amazon is completely disabled at the moment
check for monthly=0
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();
}