Skip to content

Commit

Permalink
[TASK] Remove leftover JavaScript module registrations
Browse files Browse the repository at this point in the history
jQuery autocomplete has been removed with #98455 and jQuery UI has
been removed with #100966. In ext:core, there are however leftover
JavaScript module registration to both libraries.

This change removes the JavaScript module registration for
`jquery/autocomplete.js` and `jquery-ui`

Resolves: #103236
Releases: main
Change-Id: Ib0b96399d1da5794bef183286c5d58ec5c21fd16
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83166
Tested-by: Simon Schaufelberger <[email protected]>
Tested-by: Andreas Kienast <[email protected]>
Tested-by: core-ci <[email protected]>
Reviewed-by: Andreas Kienast <[email protected]>
Reviewed-by: Simon Schaufelberger <[email protected]>
Reviewed-by: Wouter Wolters <[email protected]>
Tested-by: Christian Kuhn <[email protected]>
Reviewed-by: Christian Kuhn <[email protected]>
  • Loading branch information
derhansen authored and andreaskienast committed Mar 1, 2024
1 parent 14a1494 commit cbdebdd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Build/web-test-runner.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ export default {
'interactjs': './typo3/sysext/core/Resources/Public/JavaScript/Contrib/interact.js',
'jquery': './typo3/sysext/core/Resources/Public/JavaScript/Contrib/jquery.js',
'jquery/': './typo3/sysext/core/Resources/Public/JavaScript/Contrib/jquery/',
'jquery/autocomplete.js': './typo3/sysext/core/Resources/Public/JavaScript/Contrib/jquery.autocomplete.js',
'jquery-ui/': './typo3/sysext/core/Resources/Public/JavaScript/Contrib/jquery-ui/',
'@lit/reactive-element': './typo3/sysext/core/Resources/Public/JavaScript/Contrib/@lit/reactive-element/reactive-element.js',
'@lit/reactive-element/': './typo3/sysext/core/Resources/Public/JavaScript/Contrib/@lit/reactive-element/',
'@lit/task': './typo3/sysext/core/Resources/Public/JavaScript/Contrib/@lit/task/index.js',
Expand Down
2 changes: 0 additions & 2 deletions typo3/sysext/core/Configuration/JavaScriptModules.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
'interactjs' => 'EXT:core/Resources/Public/JavaScript/Contrib/interact.js',
'jquery' => 'EXT:core/Resources/Public/JavaScript/Contrib/jquery.js',
'jquery/' => 'EXT:core/Resources/Public/JavaScript/Contrib/jquery/',
'jquery/autocomplete.js' => 'EXT:core/Resources/Public/JavaScript/Contrib/jquery.autocomplete.js',
'jquery-ui/' => 'EXT:core/Resources/Public/JavaScript/Contrib/jquery-ui/',
'@lit/reactive-element' => 'EXT:core/Resources/Public/JavaScript/Contrib/@lit/reactive-element/reactive-element.js',
'@lit/reactive-element/' => 'EXT:core/Resources/Public/JavaScript/Contrib/@lit/reactive-element/',
'@lit/task' => 'EXT:core/Resources/Public/JavaScript/Contrib/@lit/task/index.js',
Expand Down

0 comments on commit cbdebdd

Please sign in to comment.