mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-23 04:34:15 -04:00
fewer internal banners
This commit is contained in:
parent
e48cd4f67f
commit
cf6ab6ae16
@ -90,7 +90,7 @@ export default {
|
|||||||
(this.adsInternal[this.currentKey] || adPlaceholders[this.currentKey]);
|
(this.adsInternal[this.currentKey] || adPlaceholders[this.currentKey]);
|
||||||
},
|
},
|
||||||
adConfig() {
|
adConfig() {
|
||||||
if (!this.externalAdsEnabled && Math.random() < 0.3) {
|
if (!this.externalAdsEnabled && Math.random() < 0.9) {
|
||||||
return { active: false };
|
return { active: false };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user