1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-12-15 17:11:18 +01:00
vichan/inc/lib/htmlpurifier-4.5.0/library/HTMLPurifier/Printer/ConfigForm.js

6 lines
147 B
JavaScript
Raw Normal View History

2014-09-24 01:25:04 +02:00
function toggleWriteability(id_of_patient, checked) {
document.getElementById(id_of_patient).disabled = checked;
}
// vim: et sw=4 sts=4