MediaWiki:MonthlyConvert.js: Difference between revisions

Content deleted Content added
re set params if they click no, just in case they used browsers back button from payments
use donationForm.otherInputControl on Other field
Line 225:
$('.mc-amt-initial').text( mc.formatAmount( initialAmount, currency, locale) );
$('.mc-amt-suggest').text( mc.formatAmount( suggestedAmount, currency, locale ) );
// Block typing symbols in Other field
donationForm.otherInputControl( document.getElementById( 'mc-other-amount-input' ) );
$('.mc-no-button').on( 'click', function() {