Start working on HTMLPurfier for WYSIWYG Input

This commit is contained in:
johnnyq
2022-02-01 16:17:30 -05:00
parent a67fece250
commit 1d4d3be434
153 changed files with 32021 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
function toggleWriteability(id_of_patient, checked) {
document.getElementById(id_of_patient).disabled = checked;
}
// vim: et sw=4 sts=4