forked from LaconicNetwork/cosmos-explorer
Merge branch 'master' of github.com:ping-pub/explorer
This commit is contained in:
commit
e4dd3c7e43
@ -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