Actions
Bug #20127
closedCleanup: Move static dyntabmenu code in external file
Start date:
2009-03-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Right now, the dyntabmenu gets included in the HTML header as a string in every file that is used. This way, there can be no caching of this static data at all. That's why I want to extract it in a separate JS file (typo3/js/tabmenu.js) while maintaining full backwarts compatibility for all use-cases.
There is no functional change in the dyntabmenu code itself, I leave this up for others.
(issue imported from #M10601)
Files
Updated by Dmitry Dulepov over 15 years ago
Attached a patch with a minified version of the script.
Actions