rafass
Well-known member
I always load my js folder from other domain and using
on my config.php all the addons recognize the external .js files automatically.
This addon with the code above doesn't work. but removing that line on config.php (loading the scripts locally) it works perfect.
The issue is that don't let me load the scripts externally.
Code:
$config['javaScriptUrl'] = 'https://otherdomain.cdn.com/js';
This addon with the code above doesn't work. but removing that line on config.php (loading the scripts locally) it works perfect.
The issue is that don't let me load the scripts externally.