Upgrade maplibre and fix goToPost
This commit is contained in:
@@ -11,10 +11,6 @@ export default {
|
||||
<template>
|
||||
<span>
|
||||
{{ localTime.substr(-5) }}
|
||||
<sup
|
||||
v-if="iOffset != '0'"
|
||||
:title="offset+' '+spot.lang('unit_day')+' ('+localTime.substr(0, 5)+')'"
|
||||
|
||||
>{{ ' '+offset }}</sup>
|
||||
<sup v-if="offset != '0'" :title="offset+' '+spot.lang('unit_day')+' ('+localTime.substr(0, 5)+')'">{{ ' '+offset }}</sup>
|
||||
</span>
|
||||
</template>
|
||||
Reference in New Issue
Block a user