mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'MDL-46456' of https://github.com/aolley/moodle
This commit is contained in:
commit
5d9fa99bff
@ -88,7 +88,7 @@
|
||||
e.preventDefault();
|
||||
}
|
||||
var allowgrades = Y.one('#id_instructorchoiceacceptgrades');
|
||||
var gradefieldset = Y.one('#modstandardgrade');
|
||||
var gradefieldset = Y.one('#id_modstandardgrade');
|
||||
if (!allowgrades.get('checked')) {
|
||||
gradefieldset.hide();
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user