forked from LaconicNetwork/cosmos-explorer
enable ad on ping.pub
This commit is contained in:
parent
9026aa8579
commit
e3cd2bc6d0
@ -72,7 +72,7 @@ const behind = computed(() => {
|
||||
dayjs()
|
||||
|
||||
const show_ad = computed(() => {
|
||||
return location.hostname.indexOf('ping.pub') > 0
|
||||
return location.hostname.indexOf('ping.pub') > -1
|
||||
})
|
||||
|
||||
</script>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user