Skip to content

Commit

Permalink
MDL-75669 theme_boost: Fix Bootstrap related JS
Browse files Browse the repository at this point in the history
  • Loading branch information
roland04 committed Dec 9, 2024
1 parent bc57202 commit 194e522
Show file tree
Hide file tree
Showing 42 changed files with 170 additions and 187 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,13 @@ In order for this to work you need to use the JavaScript syntax used in core Mus
{{#js}}
require(
[
'jquery',
'theme_boost/toast',
],
function(
$,
Toast
) {
var root = $('#toasttest');
root.toast('show');
const toastTrigger = document.getElementById('toasttest');
new Toast(toastTrigger).show();
});
{{/js}}
{{< /example >}}
4 changes: 2 additions & 2 deletions calendar/amd/build/popover.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 calendar/amd/build/popover.min.js.map

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

Loading

0 comments on commit 194e522

Please sign in to comment.