Details
-
Bug
-
Resolution: Fixed
-
Minor
-
3.3
-
None
-
None
Description
Because the javascript code is contained in JSX objects inside wiki pages, when the code is required(), the minification process is always applied and the current setting (passed in the URL) is ignored.
One solution is to make sure to pass the "minified" query string parameter when generating the URL of the JSXs to be required from the wiki pages.