Add Eulerian fix #1022
This commit is contained in:
parent
e492c7053d
commit
38f74eae1e
|
|
@ -32,6 +32,27 @@ tarteaucitron.services.iframe = {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// eulerian
|
||||||
|
tarteaucitron.services.eulerian = {
|
||||||
|
"key": "eulerian",
|
||||||
|
"type": "analytic",
|
||||||
|
"name": "Eulerian",
|
||||||
|
"uri": "https://www.eulerian.com/rgpd",
|
||||||
|
"needConsent": true,
|
||||||
|
"cookies": [],
|
||||||
|
"js": function () {
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
if (tarteaucitron.user.eulerianHost === undefined) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
(function(e,a){var i=e.length,y=5381,k='script',s=window,v=document,o=v.createElement(k);for(;i;){i-=1;y=(y*33)^e.charCodeAt(i)}y='_EA_'+(y>>>=0);(function(e,a,s,y){s[a]=s[a]||function(){(s[y]=s[y]||[]).push(arguments);s[y].eah=e;};}(e,a,s,y));i=new Date/1E7|0;o.ea=y;y=i%26;o.async=1;o.src='//'+e+'/'+String.fromCharCode(97+y,122-y,65+y)+(i%1E3)+'.js?2';s=v.getElementsByTagName(k)[0];s.parentNode.insertBefore(o,s);})
|
||||||
|
(tarteaucitron.user.eulerianHost,'EA_push');
|
||||||
|
EA_push();
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
// kwanko
|
// kwanko
|
||||||
tarteaucitron.services.kwanko = {
|
tarteaucitron.services.kwanko = {
|
||||||
"key": "kwanko",
|
"key": "kwanko",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue