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
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-07-31 14:10:50 +0300
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2020-08-02 16:14:47 +0300
commit07064a9c32b8964b4eb880613814dd9cbc1119f5 (patch)
tree8a025d31fcb073f6fa233adf2fc1590ada371107 /src/FilesSidebarCallViewApp.vue
parente2963e02ff2a8ef6de182746f5e6a824201ae892 (diff)
Only show browser warning when interacting with talk
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/FilesSidebarCallViewApp.vue')
-rw-r--r--src/FilesSidebarCallViewApp.vue7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/FilesSidebarCallViewApp.vue b/src/FilesSidebarCallViewApp.vue
index 7ad620281..ce874bf61 100644
--- a/src/FilesSidebarCallViewApp.vue
+++ b/src/FilesSidebarCallViewApp.vue
@@ -34,7 +34,6 @@
import { PARTICIPANT } from './constants'
import CallView from './components/CallView/CallView'
import PreventUnload from 'vue-prevent-unload'
-import browserCheck from './mixins/browserCheck'
import duplicateSessionHandler from './mixins/duplicateSessionHandler'
import isInCall from './mixins/isInCall'
import talkHashCheck from './mixins/talkHashCheck'
@@ -49,7 +48,6 @@ export default {
},
mixins: [
- browserCheck,
duplicateSessionHandler,
isInCall,
talkHashCheck,
@@ -165,11 +163,6 @@ export default {
},
},
- mounted() {
- // see browserCheck mixin
- this.checkBrowser()
- },
-
methods: {
setFileInfo(fileInfo) {
},