diff --git a/cms/envs/common.py b/cms/envs/common.py index 45a8e97f3e51..8daa08aeb1c8 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -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'