Fix tag send
This commit is contained in:
parent
62203141fc
commit
4b4ea3c625
|
|
@ -3184,6 +3184,8 @@ tarteaucitron.services.atinternet = {
|
||||||
if (typeof window.tag.privacy !== 'undefined') {
|
if (typeof window.tag.privacy !== 'undefined') {
|
||||||
window.tag.privacy.setVisitorOptin();
|
window.tag.privacy.setVisitorOptin();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
window.tag.page.send();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
"fallback": function () {
|
"fallback": function () {
|
||||||
|
|
@ -3209,6 +3211,8 @@ tarteaucitron.services.atinternet = {
|
||||||
window.tag.privacy.setVisitorMode('cnil', 'exempt');
|
window.tag.privacy.setVisitorMode('cnil', 'exempt');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
window.tag.page.send();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue