UNPKG
smssakutoko
Version:
latest (0.0.1)
0.0.1
MPWA Multi device beta
github.com/andree23/wa
andree23/wa
smssakutoko
/
vendor
/
ezyang
/
htmlpurifier
/
library
/
HTMLPurifier
/
Printer
/
ConfigForm.js
6 lines
(4 loc)
•
142 B
JavaScript
View Raw
1
2
3
4
5
6
function
toggleWriteability
(
id_of_patient, checked
) {
document
.
getElementById
(id_of_patient).
disabled
= checked; }
// vim: et sw=4 sts=4