mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Merge branch 'MDL-70513' of https://github.com/timhunt/moodle
This commit is contained in:
commit
f83156fcf9
@ -170,6 +170,9 @@ class quiz_grading_renderer extends plugin_renderer_base {
|
||||
]), ['class' => 'mdl-align']);
|
||||
$output .= html_writer::end_tag('div') . html_writer::end_tag('form');
|
||||
|
||||
$this->page->requires->string_for_js('changesmadereallygoaway', 'moodle');
|
||||
$this->page->requires->yui_module('moodle-core-formchangechecker',
|
||||
'M.core_formchangechecker.init', [['formid' => 'manualgradingform']]);
|
||||
return $output;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user