Skip to content

Commit

Permalink
Merge branch 'MDL-46456' of https://github.com/aolley/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Jul 29, 2014
2 parents be5a27f + 9b3b8e5 commit 5d9fa99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/lti/mod_form.js
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 5d9fa99

Please sign in to comment.