Actions
Bug #63133
closedjQuery is loaded twice in backend.php
Start date:
2014-11-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Due to several patches, jQuery is currently
loaded twice in the backend.php script.
Once via window.jQuery (default noConflict)
and via TYPO3.jQuery. The core only uses
window.jQuery in the module menu JS
which is now changed to use TYPO3.jQuery.
As for the current state, as long as jQuery
is not globally available with window.$ due
to the conflict with Prototype.
Updated by Gerrit Code Review almost 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/34455
Updated by Gerrit Code Review almost 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/34455
Updated by Benni Mack almost 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset dc010b7582057b8ee61b49d52d67e11bc3916b61.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions