Template:2012FR/Form-section/Radiobuttons/Default: Difference between revisions
Content deleted Content added
m hide monthly cancel text also, to avoid confusion |
removing some old code |
||
Line 43:
document.getElementsByName("amountGiven")[0].value="";
}
$(document).ready(function(){
// hide frequency options in India, where we can only handle one-time donations
if (document.paypalcontribution.country.value === 'IN') {
$("#frequency_onetime").attr('checked', true);
Line 79 ⟶ 67:
</div>
<div id="radiobuttons-table-body">
<table id="radiobuttons-table">
<tr>
Line 119 ⟶ 106:
</tr>
</table>
</div>
</html>
|