Add fallback() to FERank pub

This commit is contained in:
Amauri CHAMPEAUX 2015-02-06 16:49:26 +01:00
parent 961f3eeb97
commit 977b8dda91
1 changed files with 6 additions and 1 deletions

View File

@ -180,13 +180,18 @@ tarteaucitron.services.ferank = {
tarteaucitron.services.ferankpub = {
"key": "ferankpub",
"type": "ads",
"name": "FERank Publicité",
"name": "FERank",
"uri": "https://www.ferank.fr/respect-vie-privee/#regiepublicitaire",
"needConsent": false,
"cookies": [],
"js": function () {
"use strict";
tarteaucitron.addScript('//static.ferank.fr/publicite.async.js');
},
"fallback": function () {
"use strict";
var id = 'ferankpub';
tarteaucitron.fallback(['ferank-publicite'], tarteaucitron.engage(id));
}
};