Skip to content

Commit

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

# Load Bootstrap and supporting libraries
'common/js/vendor/popper.js',
'common/js/vendor/bootstrap.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',

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

0 comments on commit 4a12de7

Please sign in to comment.