Template:Form-template/Form-template-default: Difference between revisions

From Donate
Jump to navigation Jump to search
Content deleted Content added
Cbarr (talk | contribs)
No edit summary
Cbarr (talk | contribs)
No edit summary
Line 173: Line 173:
$( "#input_amount_other" ).focus();
$( "#input_amount_other" ).focus();
$( "#input_amount_other_box" ).focus();
$( "#input_amount_other_box" ).focus();
alert('We can not accept donations greater than USD 10,000 (' + 10000*minimums[currency] + ' ' + currency + ') through our website.\nPlease contact our major gifts staff at giving@wikimedia.org.');
alert('{{int:Donate interface-bigamount-error}}We can not accept donations greater than USD 10,000 (' + 10000*minimums[currency] + ' ' + currency + ') through our website.\nPlease contact our major gifts staff at giving@wikimedia.org.');
error = true;
error = true;
}
}

Revision as of 09:02, 29 January 2012