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.
Actions