MediaWiki:DonationFormSandbox.js: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 228:
minAmount = donationForm.minimums[ currency ],
locale = donationForm.getLocale( mw.config.get('wgPageContentLanguage'), donationForm.country );
// Round up
minAmount = Math.ceil( minAmount * 100 ) / 100;
 
$('.lp-error-smallamount').text( function( index, oldText ) {