The problem is that your template.js file is being loaded before ranking.js (first screenshot below). It should be loaded last, as on my server (second screenshot below).
The assets manager may be causing that. Try setting debug to 1 in application/config/config.php. This should load the template files directly instead of from /tmp/assets.
Cheers,
Tony Partner Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Hi Tony,
I've tried your suggestion (set debug to 1 in application/config/config.php) and now it works!!! :woohoo:
Thank you very much.
Best,
Alessandra