]> git.mxchange.org Git - friendica.git/blob - library/ezyang/htmlpurifier/library/HTMLPurifier/Printer/ConfigForm.js
Merge pull request #2441 from rabuzarus/0704_doxygen_forum
[friendica.git] / library / ezyang / htmlpurifier / library / HTMLPurifier / Printer / ConfigForm.js
1 function toggleWriteability(id_of_patient, checked) {
2     document.getElementById(id_of_patient).disabled = checked;
3 }
4
5 // vim: et sw=4 sts=4