Syntax error
This commit is contained in:
parent
23dc01d047
commit
e00b143e2c
|
|
@ -90,7 +90,7 @@ tarteaucitron.services.analytics = {
|
||||||
window.ga.l = new Date();
|
window.ga.l = new Date();
|
||||||
|
|
||||||
tarteaucitron.addScript('//www.google-analytics.com/analytics.js', '', function () {
|
tarteaucitron.addScript('//www.google-analytics.com/analytics.js', '', function () {
|
||||||
ga('create', tarteaucitron.user.analyticsUA, 'auto');
|
ga('create', tarteaucitron.user.analyticsUa, 'auto');
|
||||||
ga('send', 'pageview');
|
ga('send', 'pageview');
|
||||||
if (typeof tarteaucitron.user.analyticsMore === 'function') {
|
if (typeof tarteaucitron.user.analyticsMore === 'function') {
|
||||||
tarteaucitron.user.analyticsMore();
|
tarteaucitron.user.analyticsMore();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue