1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-12-14 08:33:01 +01:00
vichan/inc/lib/htmlpurifier-4.6.0/library/HTMLPurifier/Printer/ConfigForm.js

6 lines
142 B
JavaScript
Raw Normal View History

2015-02-21 08:16:38 +01:00
function toggleWriteability(id_of_patient, checked) {
document.getElementById(id_of_patient).disabled = checked;
}
// vim: et sw=4 sts=4