Files
CRM/customerportal/include/htmlpurify/library/HTMLPurifier/Printer/ConfigForm.js
BACHIR SOULDI 2794e62571 first commit
2025-09-28 08:49:37 +01:00

6 lines
152 B
JavaScript

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