Template:2011FR/Form-section-radiobuttons: 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 29: Line 29:


function clearOther(box){
function clearOther(box){
document.getElementById("input_amount_other_box").checked = true;
document.getElementById("input_amount_other").checked = true;
box.value = "";
box.value = "";
box.style.color = "#000000";
box.style.color = "#000000";

Revision as of 08:39, 31 October 2011