MediaWiki:DonationFormSandbox.js: Difference between revisions
Content deleted Content added
use new formatCurrency for hpc button formatting |
use new formatCurrency for hpc appeal amounts formatting |
||
Line 636:
var appealAmounts = pickAmountArray( appealAmountsData, currency, hpc, hpcSet );
if ( appealAmounts.length ) {
var appealAmountString = appealAmounts.map( donationForm.formatCurrency ).join( ', ');
$('.consider-amounts').html(appealAmountString);
}
|