XF 2.0 Use Uncompressed JavaScript

AndyB

Well-known member
In XF1 we had the option to use 'Use Uncompressed JavaScript' by making a selection in the Options page. Is this still possible in XF2?

XF1
1520179416273.webp

I would like to run the uncompressed JavaScript so I can make make changes to it. I assume a direct code edit is the only option I have as we cannot extend the JavaScript code.
 
Thank you, Chris.

I added the following to the config.php and it works great.

$config['development']['fullJs'] = true;
 
Last edited:
Top Bottom