Skip to content

Commit

Permalink
Merge branch 'MDL-71369-master' of git://github.com/andrewnicols/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
abgreeve committed Jun 10, 2021
2 parents d3654c3 + a48a917 commit eea0b54
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions admin/category.php
Expand Up @@ -158,4 +158,9 @@
echo html_writer::end_tag('fieldset');
echo html_writer::end_tag('form');

$PAGE->requires->yui_module('moodle-core-formchangechecker', 'M.core_formchangechecker.init', [[
'formid' => 'adminsettings'
]]);
$PAGE->requires->string_for_js('changesmadereallygoaway', 'moodle');

echo $OUTPUT->footer();

0 comments on commit eea0b54

Please sign in to comment.