repo.or.cz
/
moodle-linuxchix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge commit 'catalyst/MOODLE_19_STABLE' into mdl19-linuxchix
[moodle-linuxchix.git]
/
lib
/
htmlpurifier
/
HTMLPurifier
/
Printer
/
ConfigForm.js
blob
119ca4a04d95a63e9ee57ca2a778daeceb5a1b6a
1
function
toggleWriteability
(
id_of_patient
,
checked
) {
2
document
.
getElementById
(
id_of_patient
).
disabled
=
checked
;
3
}