Actions
Bug #22569
closedt3lib_compressor processes JSlibs, even when it's not supposed to to
Start date:
2010-05-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
While including the JSlibs (extjs, prototype,...) the PageRenderer calls processJsFile(), which passes the JS file through t3lib_compressor.
This must only be done, if $this->compressJavascript == TRUE
(issue imported from #M14282)
Files
Updated by Steffen Kamper over 14 years ago
Committed this no-brainer to trunk rev 7526
Actions