0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-01-24 22:31:52 +00:00
htmlpurifier/library/HTMLPurifier/Printer/ConfigForm.js
2007-06-21 00:36:12 +00:00

3 lines
118 B
JavaScript

function toggleWriteability(id_of_patient, checked) {
document.getElementById(id_of_patient).disabled = checked;
}