Merge commit 'catalyst/MOODLE_19_STABLE' into mdl19-linuxchix
[moodle-linuxchix.git] / lib / htmlpurifier / HTMLPurifier / Printer / ConfigForm.js
blob119ca4a04d95a63e9ee57ca2a778daeceb5a1b6a
1 function toggleWriteability(id_of_patient, checked) {
2 document.getElementById(id_of_patient).disabled = checked;