MediaWiki:DonationForm.js: Difference between revisions

Content deleted Content added
change to accept either wmf_* or utm_* parameters, and use wmf_* style for payments
rm utm fallback for Amazon - although Amazon is completely disabled at the moment
Line 1,271:
// TODO: remove utm_source when Ways to give has been updated
if (
mw.util.getParamValue( 'utm_source' ) === 'Waystogive' ||
mw.util.getParamValue( 'utm_source' ) === 'Ways_to_Give' ||
mw.util.getParamValue( 'wmf_source' ) === 'Waystogive' ||
mw.util.getParamValue( 'wmf_source' ) === 'Ways_to_Give'