Skip to content

Commit

Permalink
Merge branch 'MDL-76491-400' of https://github.com/paulholden/moodle
Browse files Browse the repository at this point in the history
…into MOODLE_400_STABLE
  • Loading branch information
andrewnicols committed Dec 8, 2022
2 parents 623ca57 + b729d36 commit ec6d835
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 12 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Expand Up @@ -87,6 +87,7 @@
'no-octal-escape': 'error',
'no-proto': 'error',
'no-redeclare': 'warn',
'no-restricted-globals': ['error', { 'name': 'Notification' }],
'no-return-assign': 'error',
'no-script-url': 'error',
'no-self-assign': 'error',
Expand Down
2 changes: 1 addition & 1 deletion admin/tool/dataprivacy/amd/build/expand_contract.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion admin/tool/dataprivacy/amd/src/expand_contract.js
Expand Up @@ -21,7 +21,7 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

define(['jquery', 'core/url', 'core/str'], function($, url, str) {
define(['jquery', 'core/url', 'core/str', 'core/notification'], function($, url, str, Notification) {

var expandedImage = $('<img alt="" src="' + url.imageUrl('t/expanded') + '"/>');
var collapsedImage = $('<img alt="" src="' + url.imageUrl('t/collapsed') + '"/>');
Expand Down
2 changes: 1 addition & 1 deletion calendar/amd/build/event_form.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ec6d835

Please sign in to comment.