1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-12-15 00:51:18 +01:00
vichan/inc/lib/htmlpurifier-4.5.0/library/HTMLPurifier/Printer/ConfigForm.js
2014-09-23 23:25:04 +00:00

6 lines
147 B
JavaScript

function toggleWriteability(id_of_patient, checked) {
document.getElementById(id_of_patient).disabled = checked;
}
// vim: et sw=4 sts=4