...
This commit is contained in:
parent
087206369a
commit
088e4f6da7
|
|
@ -316,7 +316,7 @@ tarteaucitron.services.xiti = {
|
|||
"needConsent": true,
|
||||
"js": function () {
|
||||
"use strict";
|
||||
if (tarteaucitron.user.xitiId === undefined OR document.getElementById('xitiTac') === undefined) {
|
||||
if (tarteaucitron.user.xitiId === undefined || document.getElementById('xitiTac') === undefined) {
|
||||
return;
|
||||
}
|
||||
var Xt_param = 's=' + tarteaucitron.user.xitiId + '&p=',
|
||||
|
|
|
|||
Loading…
Reference in New Issue