refactor: remove unused JS requirement in CMS (#34545)
This commit is contained in:
@@ -1449,9 +1449,8 @@ base_vendor_js = [
|
||||
'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'
|
||||
|
||||
Reference in New Issue
Block a user