Skip to content

Commit

Permalink
Merge branch 'MDL-75827-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
junpataleta committed Sep 28, 2022
2 parents 4938cbd + 789e3f4 commit df56d56
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions theme/boost/amd/build/loader.min.js

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

2 changes: 1 addition & 1 deletion theme/boost/amd/build/loader.min.js.map

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

9 changes: 9 additions & 0 deletions theme/boost/amd/src/loader.js
Expand Up @@ -26,6 +26,7 @@ import $ from 'jquery';
import * as Aria from './aria';
import Bootstrap from './index';
import Pending from 'core/pending';
import {DefaultWhitelist} from './bootstrap/tools/sanitizer';
import setupBootstrapPendingChecks from './pending';

/**
Expand Down Expand Up @@ -58,6 +59,14 @@ const enablePopovers = () => {
container: 'body',
selector: '[data-toggle="popover"]',
trigger: 'focus',
whitelist: Object.assign(DefaultWhitelist, {
table: [],
thead: [],
tbody: [],
tr: [],
th: [],
td: [],
}),
});

document.addEventListener('keydown', e => {
Expand Down

0 comments on commit df56d56

Please sign in to comment.