Disable pixfuture leaderboard ad

This commit is contained in:
2022-03-13 22:47:02 +01:00
parent 5a5eaa6615
commit b8f0f6eac5
2 changed files with 3 additions and 10 deletions

View File

@@ -13,14 +13,7 @@ onMount(() => {
return
}
switch (Math.floor(Math.random()*2)) {
case 0:
set_ad_type("pixfuture")
break
case 1:
set_ad_type("nextmillennium")
break
}
set_ad_type("nextmillennium")
})
let set_ad_type = async t => {