Skip to content

Commit c721d26

Browse files
committed
Update Bootstrap to 5.1.1
Should fix scrollspy issues
1 parent 26da20b commit c721d26

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

mne/html/bootstrap.bundle.min.js

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mne/html/bootstrap.min.css

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mne/html/bootstrap5.min.css

Lines changed: 0 additions & 7 deletions
This file was deleted.

mne/html/bootstrap5.min.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

mne/report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2152,7 +2152,7 @@ def _init_render(self, verbose=None):
21522152
"""Initialize the renderer."""
21532153
inc_fnames = [
21542154
'jquery-3.6.0.min.js', 'jquery-ui.min.js','jquery-ui.min.css',
2155-
'bootstrap5.min.js', 'bootstrap5.min.css',
2155+
'bootstrap.bundle.min.js', 'bootstrap.min.css',
21562156
'highlightjs/highlight.min.js',
21572157
'highlightjs/atom-one-dark-reasonable.min.css'
21582158
]

0 commit comments

Comments
 (0)