Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/views
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2020-10-05 15:26:29 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2020-11-10 00:41:01 +0300
commit33492ce525a98b7156c193267ee5c7fd5628f6bb (patch)
tree6502e1c0d639839a6134f5ff659d30b50ccc423f /src/views
parent1d1f2cccc23b17a734ec062534e333f179383ccb (diff)
Remove unused code
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'src/views')
-rw-r--r--src/views/FilesSidebarTab.vue8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/views/FilesSidebarTab.vue b/src/views/FilesSidebarTab.vue
index bc9ec5990..d305dbcb2 100644
--- a/src/views/FilesSidebarTab.vue
+++ b/src/views/FilesSidebarTab.vue
@@ -24,8 +24,7 @@
<Tab
:id="id"
:icon="icon"
- :name="name"
- :class="{ 'icon-loading': loading }">
+ :name="name">
<div id="talk-tab-mount" />
</Tab>
</template>
@@ -49,10 +48,8 @@ export default {
data() {
return {
icon: 'icon-talk',
- loading: false,
name: t('spreed', 'Chat'),
tab: null,
- token: null,
}
},
@@ -78,9 +75,6 @@ export default {
},
},
- beforeMount() {
-
- },
mounted() {
try {
OCA.Talk.fileInfo = this.fileInfo