changeset 12:3b057845e2a7

change back ads account
author raven <mazdarulez@hotmail.com>
date Tue, 20 Aug 2019 12:51:51 +1000
parents da006a8e2c2b
children 544442684af6
files src/nabble/modules/naml/ads_auto.naml src/nabble/modules/naml/ads_manual.naml
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/nabble/modules/naml/ads_auto.naml	Tue Aug 20 12:50:15 2019 +1000
+++ b/src/nabble/modules/naml/ads_auto.naml	Tue Aug 20 12:51:51 2019 +1000
@@ -4,7 +4,7 @@
 	var nbl_showAds = !(window.nbl_canHideAds && window.localStorage && localStorage.nbl_noAds);
 	if(nbl_showAds) {
 		(adsbygoogle = window.adsbygoogle || []).push({
-			google_ad_client: "ca-pub-6750305871516672",
+			google_ad_client: "ca-pub-1691702211255830",
 			enable_page_level_ads: true
 		});
 	}
--- a/src/nabble/modules/naml/ads_manual.naml	Tue Aug 20 12:50:15 2019 +1000
+++ b/src/nabble/modules/naml/ads_manual.naml	Tue Aug 20 12:51:51 2019 +1000
@@ -8,7 +8,7 @@
 	var nbl_showAds = !(window.nbl_canHideAds && window.localStorage && localStorage.nbl_noAds);
 	if(nbl_showAds) {
 		(adsbygoogle = window.adsbygoogle || []).push({
-			google_ad_client: "ca-pub-6750305871516672",
+			google_ad_client: "ca-pub-1691702211255830",
 			enable_page_level_ads: true
 		});
 	}