Unsubscribe
This commit is contained in:
@@ -97,7 +97,7 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
if (tools.isManager()) {
|
||||
console.log('getcookie: ', editOn.value, mypathin.value)
|
||||
// console.log('getcookie: ', editOn.value, mypathin.value)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -141,7 +141,7 @@
|
||||
>
|
||||
<q-item-section avatar>
|
||||
<q-avatar round size="48px">
|
||||
<img :src="userStore.getImgByProfile(row, true, col)" />
|
||||
<img :src="userStore.getImgByProfile(row, false, col)" />
|
||||
<q-badge
|
||||
v-if="tools.isUserOnline(row, col)"
|
||||
align="top"
|
||||
|
||||
@@ -318,7 +318,7 @@
|
||||
class="animated chip_shadow q-ma-sm"
|
||||
clickable
|
||||
v-ripple
|
||||
@click="gotoPage(`/signup/${user.username}`)"
|
||||
@click="gotoPage(`/registrati/${user.username}`)"
|
||||
>
|
||||
<q-item-section avatar>
|
||||
<q-avatar round size="48px">
|
||||
|
||||
@@ -38,7 +38,7 @@ export default defineComponent({
|
||||
return 'linear-gradient(180deg, ' + mycol + ' 95%, #FFF)'
|
||||
})
|
||||
|
||||
console.log('LandingFooter - INIT')
|
||||
// console.log('LandingFooter - INIT')
|
||||
|
||||
function TelegramSupport() {
|
||||
return globalStore.getValueSettingsByKey('TELEGRAM_SUPPORT', false)
|
||||
|
||||
Reference in New Issue
Block a user