[BUGFIX] Replace $.trim with String.prototype.trim
The JavaScript modules now utilize the native String.prototype.trim function to trim whitespaces off string where jQuery's trim was used before. Resolves: #91683 Releases: master, 10.4 Change-Id: I5c7a25e508e7e052339f2969a5725593e110a3a1 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64932 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
Showing
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/PageActions.ts 1 addition, 1 deletion...Script/backend/Resources/Public/TypeScript/PageActions.ts
- Build/Sources/TypeScript/install/Resources/Public/TypeScript/Module/Settings/ExtensionConfiguration.ts 4 additions, 4 deletions...blic/TypeScript/Module/Settings/ExtensionConfiguration.ts
- Build/Sources/TypeScript/workspaces/Resources/Public/TypeScript/Backend.ts 1 addition, 1 deletion...eScript/workspaces/Resources/Public/TypeScript/Backend.ts
- typo3/sysext/backend/Resources/Public/JavaScript/PageActions.js 1 addition, 1 deletion...sysext/backend/Resources/Public/JavaScript/PageActions.js
- typo3/sysext/install/Resources/Public/JavaScript/Module/Settings/ExtensionConfiguration.js 1 addition, 1 deletion...blic/JavaScript/Module/Settings/ExtensionConfiguration.js
- typo3/sysext/workspaces/Resources/Public/JavaScript/Backend.js 1 addition, 1 deletion.../sysext/workspaces/Resources/Public/JavaScript/Backend.js
Please register or sign in to comment