Add studizz
This commit is contained in:
parent
7ae45337fb
commit
befa98d34e
|
|
@ -4865,3 +4865,22 @@ tarteaucitron.services.webtvnu = {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// studizz
|
||||||
|
tarteaucitron.services.studizz = {
|
||||||
|
"key": "studizz",
|
||||||
|
"type": "other",
|
||||||
|
"name": "studizz",
|
||||||
|
"uri": "https://group.studizz.fr/",
|
||||||
|
"needConsent": true,
|
||||||
|
"cookies": [],
|
||||||
|
"js": function () {
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
if (tarteaucitron.user.studizzToken === undefined) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
tarteaucitron.addScript('https://webchat.studizz.fr/webchat.js?token=' + tarteaucitron.user.studizzToken);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue