MediaWiki:Resources/landingpage.js: Difference between revisions

Content deleted Content added
one-time only in India
Undo revision 25504 by Pcoombe (talk)
Line 100:
$("#input_amount_other").attr( 'checked', true );
$("#input_amount_other_box").val( otherVal );
// one-time only in India
if (country === 'IN') {
$("#frequency_onetime").attr('checked', true);
$(".frequency-options").hide();
}
});
</script>