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){
box.checked = true;
box.checked = "true";
box.value = "";
box.value = "";
box.style.color = "#000000";
box.style.color = "#000000";

Revision as of 08:37, 31 October 2011