MediaWiki:DonationForm.js: Difference between revisions

Content deleted Content added
Undo revision 33894 by Pcoombe (talk)
Tag: Undo
rm resetOther - not used any more
Line 333:
function selectOther() {
document.getElementById("input_amount_other").checked = true;
}
 
function resetOther(box) {
box.value = "</html>{{int:donate_interface-other}}<html>";
}