Skip to content

Commit

Permalink
[!!!][TASK] Remove deprecated Tooltip JavaScript module
Browse files Browse the repository at this point in the history
Resolves: #101044
Related: #100963
Related: #99811
Releases: main
Change-Id: I949e0eed0b3ee61479269e7c79f8d6a9497ad1ff
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79326
Reviewed-by: Benni Mack <benni@typo3.org>
Reviewed-by: Stefan Bürk <stefan@buerk.tech>
Tested-by: Benni Mack <benni@typo3.org>
Tested-by: core-ci <typo3@b13.com>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Stefan Bürk <stefan@buerk.tech>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
  • Loading branch information
pixeldesu authored and lolli42 committed Jun 14, 2023
1 parent 838dff2 commit 5c9495f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 127 deletions.
111 changes: 0 additions & 111 deletions Build/Sources/TypeScript/backend/tooltip.ts

This file was deleted.

1 change: 0 additions & 1 deletion Build/types/TYPO3/index.d.ts
Expand Up @@ -20,7 +20,6 @@ declare namespace TYPO3 {
export let Severity: any;
export let ShortcutMenu: any;
export let Storage: any;
export let Tooltip: any;
export let WindowManager: any;
export let Wizard: any;
export let WorkspacesMenu: any;
Expand Down
13 changes: 0 additions & 13 deletions typo3/sysext/backend/Resources/Public/JavaScript/tooltip.js

This file was deleted.

Expand Up @@ -294,15 +294,15 @@ The following Backend route identifiers have been removed:

The following global JavaScript variables have been removed:

- :js:`Global_JavaScript_Variable_Name`
- :js:`TYPO3.Tooltip`

The following global JavaScript functions have been removed:

- :js:`Global_JavaScript_Function_Name`

The following JavaScript modules have been removed:

- :js:`module.name`
- :js:`tooltip`

The following JavaScript methods behaviour has changed:

Expand Down

0 comments on commit 5c9495f

Please sign in to comment.