Add fallback() to FERank pub
This commit is contained in:
parent
961f3eeb97
commit
977b8dda91
|
|
@ -180,13 +180,18 @@ tarteaucitron.services.ferank = {
|
||||||
tarteaucitron.services.ferankpub = {
|
tarteaucitron.services.ferankpub = {
|
||||||
"key": "ferankpub",
|
"key": "ferankpub",
|
||||||
"type": "ads",
|
"type": "ads",
|
||||||
"name": "FERank Publicité",
|
"name": "FERank",
|
||||||
"uri": "https://www.ferank.fr/respect-vie-privee/#regiepublicitaire",
|
"uri": "https://www.ferank.fr/respect-vie-privee/#regiepublicitaire",
|
||||||
"needConsent": false,
|
"needConsent": false,
|
||||||
"cookies": [],
|
"cookies": [],
|
||||||
"js": function () {
|
"js": function () {
|
||||||
"use strict";
|
"use strict";
|
||||||
tarteaucitron.addScript('//static.ferank.fr/publicite.async.js');
|
tarteaucitron.addScript('//static.ferank.fr/publicite.async.js');
|
||||||
|
},
|
||||||
|
"fallback": function () {
|
||||||
|
"use strict";
|
||||||
|
var id = 'ferankpub';
|
||||||
|
tarteaucitron.fallback(['ferank-publicite'], tarteaucitron.engage(id));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue