0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-01-26 07:00:00 +00:00

3 lines
118 B
JavaScript
Raw Normal View History

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