Skip to content
Snippets Groups Projects
Commit b1e781e1 authored by Andreas Fernandez's avatar Andreas Fernandez Committed by Daniel Goerz
Browse files

[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: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarMarkus Klein <markus.klein@typo3.org>
Tested-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
Reviewed-by: default avatarMarkus Klein <markus.klein@typo3.org>
Reviewed-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
parent 9d3cc182
No related merge requests found
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