Add studizz

This commit is contained in:
Amauri CHAMPEAUX 2021-10-05 15:40:59 +02:00
parent 7ae45337fb
commit befa98d34e
1 changed files with 19 additions and 0 deletions

View File

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