Skip to content

Commit

Permalink
Revert "refactor: remove unused JS requirement in CMS (#34545)"
Browse files Browse the repository at this point in the history
This reverts commit 4a12de7.
  • Loading branch information
bradenmacdonald authored Sep 3, 2024
1 parent 4a12de7 commit 650e8aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cms/envs/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -1449,8 +1449,9 @@
'edx-ui-toolkit/js/utils/string-utils.js',
'edx-ui-toolkit/js/utils/html-utils.js',

# Here we were loading Bootstrap and supporting libraries, but it no longer seems to be needed for any Studio UI.
# 'common/js/vendor/bootstrap.bundle.js',
# Load Bootstrap and supporting libraries
'common/js/vendor/popper.js',
'common/js/vendor/bootstrap.js',

# Finally load RequireJS
'common/js/vendor/require.js'
Expand Down

0 comments on commit 650e8aa

Please sign in to comment.