MediaWiki:Common.js: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
wrap some form stuff so it only runs if there is a form present
rm weird recoloring of other box
Line 320: Line 320:
document.getElementById("input_amount_other").checked = true;
document.getElementById("input_amount_other").checked = true;
box.value = "";
box.value = "";
box.style.color = "#000000";
}
}