Fix Piwik pro id

This commit is contained in:
Amauri CHAMPEAUX 2022-03-22 18:40:34 +01:00
parent a07ce6479c
commit 522041300a
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ tarteaucitron.services.piwikpro = {
"cookies": ['_pk_ref', '_pk_cvar', '_pk_id', '_pk_ses', '_pk_hsr', 'piwik_ignore', '_pk_uid'],
"js": function () {
"use strict";
if (tarteaucitron.user.tarteaucitron.user.piwikProId === undefined) {
if (tarteaucitron.user.piwikProId === undefined) {
return;
}