mjda
Well-known member
- Affected version
- 2.0.1
In XF1 it was possible to set the following setting
This would serve all of my js files from my CDN. However, on XF2 it doesn't seem to be working any more, even though the manual says it should. In fact, it doesn't matter what I change that setting to, nothing happens.
PHP:
$config['javaScriptUrl'] = '//url-to.cdn.com/js';
This would serve all of my js files from my CDN. However, on XF2 it doesn't seem to be working any more, even though the manual says it should. In fact, it doesn't matter what I change that setting to, nothing happens.