Skip to content
Snippets Groups Projects
Commit f0fb23c2 authored by Benjamin Franzke's avatar Benjamin Franzke Committed by Andreas Kienast
Browse files

[!!!][TASK] Drop bootstrap jQuery interface and window.jQuery

The bootstrap jQuery interfaces required a global window.jQuery
variable to be set. The jquery drop-in is dropped in order to
remove this non-optional jQuery dependency.

As a side effect the window.jQuery global is removed as well.
Note that global jQuery usage has already been deprecated in #86438
and removed in #97243 with the suggestion to use JavaScript modules
instead. window.jQuery was basically left in place for bootstrap to
operate and therefore only `window.$` was removed back then, while
`window.jQuery` stayed for the time being.

Resolves: #101820
Related: #97243
Related: #86438
Releases: main
Change-Id: I6b46ceb3e3e3e3cf892925c4442255febdfb5a33
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/74055


Tested-by: default avatarAndreas Kienast <a.fernandez@scripting-base.de>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarAndreas Kienast <a.fernandez@scripting-base.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarcore-ci <typo3@b13.com>
parent 96418871
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