mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
Merge branch 'wip-MDL-46525-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
This commit is contained in:
commit
fcb1e8a9c2
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ YUI.add('moodle-enrol_cohort-quickenrolment', function(Y) {
|
|||
} else {
|
||||
if (result.response && result.response.message) {
|
||||
var alertpanel = new M.core.alert(result.response);
|
||||
Y.Node.one('#id_yuialertconfirm-' + alertpanel.COUNT).focus();
|
||||
Y.Node.one('#id_yuialertconfirm-' + alertpanel.get('COUNT')).focus();
|
||||
}
|
||||
var enrolled = Y.Node.create('<div class="'+CSS.COHORTBUTTON+' alreadyenrolled">'+M.str.enrol.synced+'</div>');
|
||||
node.one('.'+CSS.COHORT+' #cohortid_'+cohort.get(COHORTID)).replace(enrolled);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue