MediaWiki:DonationForm.js: Difference between revisions

Content deleted Content added
replace deprecated mw.Uri with native URL - phab:T374314
Dumb hack to remove ACH for Portal test against Fundraise Up
Line 1,472:
}
}
 
// Dumb hack to remove ACH for Portal test against Fundraise Up
if ( mw.util.getParamValue( 'wmf_source' ) === 'portalBanner_en6C_2024_overlayBanner4WikiForm' ) {
$('.paymentmethod-ach').remove();
}
 
}