MediaWiki:DonationForm.js: Difference between revisions
Content deleted Content added
use es-419 in US too |
Load monthly convert JS if needed |
||
Line 1,033:
var form = document.forms['donateForm'];
// Load monthly convert JS if needed
// TODO: allow loading different JS variants, either here or defined in the Template
if ( mw.util.getParamValue('monthlyconvert') ) {
mw.loader.load( '/w/index.php?title=MediaWiki:MonthlyConvert.js&action=raw&ctype=text/javascript' );
}
// These get used in quite a few places
|