Skip to content

Commit

Permalink
MDL-46456 mod_lti: Fixed Y.one selector in mod_form.js
Browse files Browse the repository at this point in the history
  • Loading branch information
aolley committed Jul 21, 2014
1 parent ec36faf commit 9b3b8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/lti/mod_form.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 9b3b8e5

Please sign in to comment.