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