Skip to content
Snippets Groups Projects
Commit d6f72d72 authored by Andreas Fernandez's avatar Andreas Fernandez Committed by Benni Mack
Browse files

[BUGFIX] Let Install Tool use core's bootstrap

The Install Tool ships bootstrap on its own, which doesn't make much sense
right now, since other components get used from EXT:core as well.

For now, the separated bootstrap gets removed and the one of EXT:core is
used instead.

Resolves: #88219
Related: #88213
Releases: master, 9.5, 8.7
Change-Id: I53425f56a44fa9782d7f3776175ac08bc746e5ab
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/60565


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarSusanne Moog <look@susi.dev>
Tested-by: default avatarMathias Brodala <mbrodala@pagemachine.de>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarSusanne Moog <look@susi.dev>
Reviewed-by: default avatarMathias Brodala <mbrodala@pagemachine.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent 6c50b838
Branches
Tags
No related merge requests found
......@@ -8,7 +8,7 @@ var require = {
'jquery': 'sysext/core/Resources/Public/JavaScript/Contrib/jquery/jquery.min',
'jquery.clearable': 'sysext/backend/Resources/Public/JavaScript/jquery.clearable',
'TYPO3/CMS/Core/Contrib/jquery.minicolors': 'sysext/core/Resources/Public/JavaScript/Contrib/jquery.minicolors',
'bootstrap': 'sysext/install/Resources/Public/JavaScript/bootstrap.min',
'bootstrap': 'sysext/core/Resources/Public/JavaScript/Contrib/bootstrap/bootstrap',
'chosen': 'sysext/install/Resources/Public/JavaScript/chosen.jquery.min'
},
shim: {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment