This commit is contained in:
willyb321
2020-03-12 06:33:27 +11:00
parent ebf4491901
commit 7f5c652f49
5 changed files with 24 additions and 10 deletions

View File

@@ -88,12 +88,6 @@ Router.go = function(path, state) {
location.reload();
}
}
try {
(window.adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-3709458261881414",
enable_page_level_ads: true
});
} catch (error) {}
return ctx;
};