MediaWiki:DonationForm.js: Difference between revisions

Content deleted Content added
CZ card types = vmad
remove hack to not pre-select anything over 1000
Tag: Undo
Line 607:
If there isn't an option, add it to the "Other" box and select that */
var preSelectAmount = parseFloat( mw.util.getParamValue('preSelect') );
if ( preSelectAmount > 0 && preSelectAmount <= 1000 ) {
var $preSelectOption = $('input[name="amount"][value="' + preSelectAmount + '"]');
if ( $preSelectOption.length ) {