Fix #975
This commit is contained in:
parent
6460109b88
commit
db8924d207
|
|
@ -1925,6 +1925,7 @@ tarteaucitron.services.adsense = {
|
||||||
"cookies": ['__gads'],
|
"cookies": ['__gads'],
|
||||||
"js": function () {
|
"js": function () {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
tarteaucitron.fallback(['adsbygoogle'], '');
|
||||||
tarteaucitron.addScript('https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js');
|
tarteaucitron.addScript('https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js');
|
||||||
},
|
},
|
||||||
"fallback": function () {
|
"fallback": function () {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue