Skip to content
Snippets Groups Projects
Commit 1113776f authored by Nicole Cordes's avatar Nicole Cordes Committed by Markus Klein
Browse files

[BUGFIX] Reenable JS in Extension Manager

Due to commit https://review.typo3.org/40936/ the JavaScript loaded by
the Extension Manager breaks because jQuery is run in noConflict() mode.

This patch adds a new option within the ContainerViewHelper and
PageRendererViewHelper to be able to set an alternative namespace for
jQuery loading, allowing to have jQuery global again.

Resolves: #71618
Releases: master
Change-Id: Idb63927facee0dfb4797c1dda007033915d7256a
Reviewed-on: https://review.typo3.org/44746


Reviewed-by: default avatarAndreas Fernandez <typo3@scripting-base.de>
Tested-by: default avatarAndreas Fernandez <typo3@scripting-base.de>
Reviewed-by: default avatarNicole Cordes <typo3@cordes.co>
Tested-by: default avatarNicole Cordes <typo3@cordes.co>
Reviewed-by: default avatarMarkus Klein <markus.klein@typo3.org>
Tested-by: default avatarMarkus Klein <markus.klein@typo3.org>
parent 0415bce8
Branches
Tags
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