mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-01-24 22:31:52 +00:00
0101311193
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/branches/strict@1179 48356398-32a2-884e-a903-53898d9a118a
3 lines
118 B
JavaScript
3 lines
118 B
JavaScript
function toggleWriteability(id_of_patient, checked) {
|
|
document.getElementById(id_of_patient).disabled = checked;
|
|
} |