Bug #94716
closed
If you have inline JS (or inlineFooterJS) code
the method "GeneralUtility::minifyJavaScript()"
is called twice for the same code to actually minify
the code, because PageRenderer takes
care of minification, so FE process does not
explicitly have to do that.
This does not harm, only if there is a hook
within minifyJavaScript().
Example:
page.config.compressJs = 1
page.config.removeDefaultJS = 0
page.jsInline.10 = TEXT
page.jsInline.10.value (
alert('NOICE');
);
Using xdebug it is obvious that the old way
was calling the method twice.
- Status changed from New to Under Review
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF