Skip to content

Commit

Permalink
YUI fix for Moodle 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ndunand committed May 10, 2019
1 parent d39923a commit 62d57a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yui/form/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ YUI.add('moodle-mod_choicegroup-form', function(Y) {
SELECTED_GRPS_SELECT: '#id_selectedGroups',
ADD_GRP_BTN: '#addGroupButton',
DEL_GRP_BTN: '#removeGroupButton',
FORM: '#mform1',
FORM: 'form.mform',
LIMIT_UI_INPUT: '#ui_limit_input',
LIMIT_UI_DIV: '#fitem_id_limit_0',
LIMIT_UI_LABEL: '#label_for_limit_ui',
Expand Down

0 comments on commit 62d57a8

Please sign in to comment.