mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-08 23:08:42 +00:00
ef51f8681a
- Extend hash to convert strings from form key,value,key,value - Hack up configdoc to accommodate configForm.php smoketest git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1101 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;
|
|
} |