This commit is contained in:
Amauri CHAMPEAUX 2014-11-26 14:41:37 +01:00
parent 087206369a
commit 088e4f6da7
1 changed files with 1 additions and 1 deletions

View File

@ -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=',