Deprecation: #89033 - jumpToUrl
See forge#89033
Description
The JavaScript function
jump
which is widely used in TYPO3 has been marked as deprecated.
Impact
Calling
jump
will cause a deprecation entry in the browser's console.
Affected Installations
Extensions using
jump
implementation are affected.
Migration
Since
jump
triggers a redirect only, it's safe to either use
window.
or use the link in combination with plain HTML as in
<a href="link/
.