You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I enable js merging the cookie notification is not working. It's trying to find two files in /media/js/lang/tarteaucitron.[lang].js
and /media/js/tarteaucitron.services.js
which of course do not exist because css and js are merged.
Normally it requests them from skin/frontend
But this causes a 404 and javascript errors
The text was updated successfully, but these errors were encountered:
Arf... it's hard to solve cleanly ^^
I think the best solution is to set 'tarteaucitronForceCDN' to skin directory.
var tarteaucitronForceCDN = (tarteaucitronForceCDN === undefined) ? '/skin/frontend/base/default/js/ph/gdpr/tarteaucitron/' : tarteaucitronForceCDN;
in tarteaucitron.js
but if you override this file in your own skin directory, that not working :/ or you need to update this value/
When I enable js merging the cookie notification is not working. It's trying to find two files in
/media/js/lang/tarteaucitron.[lang].js
and
/media/js/tarteaucitron.services.js
which of course do not exist because css and js are merged.
Normally it requests them from
skin/frontend
But this causes a 404 and javascript errors
The text was updated successfully, but these errors were encountered: