MediaWiki:DonationFormSandbox.js: Difference between revisions
Content deleted Content added
No edit summary |
use new formatCurrency for hpc button formatting |
||
Line 629:
var $label = $("label[for='input_amount_" + j + "']");
$radio.val( radioAmounts[j] );
$label.text(
}
}
|