Add vim modelines to all files.
[htmlpurifier.git] / library / HTMLPurifier / Printer / ConfigForm.js
blobcba00c9b80b9cfd379696958a0b5fafeee90a50d
1 function toggleWriteability(id_of_patient, checked) {
2     document.getElementById(id_of_patient).disabled = checked;
5 // vim: et sw=4 sts=4