Actions
Bug #18813
closedBrowse Links does not use JS library interface
Start date:
2008-05-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Currently the file typo3/class.browse_links.php includes the prototype library and one other JS file manually with strings. Since 4.2 we have an interface to prevent double inclusions. We need to switch this file to the new interface to have extensions hook in properly.
The patch however changes the functionality a bit. The two external files are included BEFORE any inline JS code. This makes a lot of sense for libraries (e.g. prototype) to let the inline JS make use of the provided features.
(issue imported from #M8456)
Files
No data to display
Actions