mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Merge branch 'MDL-84298' of https://github.com/paulholden/moodle
This commit is contained in:
commit
ee06d98bb5
2
mod/assign/amd/build/grading_panel.min.js
vendored
2
mod/assign/amd/build/grading_panel.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -274,7 +274,7 @@ define([
|
||||
templates.render('mod_assign/popout_button', {}).done(function(html) {
|
||||
var parents = region.find('[data-fieldtype="filemanager"],[data-fieldtype="editor"],[data-fieldtype="grading"]')
|
||||
.closest('.fitem');
|
||||
parents.addClass('has-popout').find('label').parent().append(html);
|
||||
parents.addClass('has-popout').find('label:first').parent().append(html);
|
||||
|
||||
region.on('click', '[data-region="popout-button"]', this._togglePopout.bind(this));
|
||||
}.bind(this)).fail(notification.exception);
|
||||
|
Loading…
x
Reference in New Issue
Block a user