MediaWiki:MonthlyConvert.js: Difference between revisions

Content deleted Content added
add code to validate and update button when other amount input changes
m missing semicolons
Line 221:
 
if ( skipMc ) {
callback( params );
} else {
$('.mc-currencycode').text( currency );
Line 266:
}
 
};
 
$(function() {