|
@@ -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);
|
|
|
+ }
|
|
|
+};
|