MediaWiki:DonationForm.js: Difference between revisions

Content deleted Content added
split getAmount and validateAmount out of validate method
fix use of frb
Line 716:
$('.lp-error').hide();
 
if ( !frbdonationForm.validateAmount() ) {
error = true;
}