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-05-18 14:27:19 +0300
committerJoas Schilling <coding@schilljs.com>2020-05-18 14:27:19 +0300
commit0329779f04918d0041baf717f54a215823b47aff (patch)
tree8e147b4ac0db70ac645007e5a761afcaa1f6e9b6 /src/mainPublicShareAuthSidebar.js
parentbf5b15a5a6aeee188cc811e737eccf6abe686763 (diff)
Use a better lib for browser detection
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/mainPublicShareAuthSidebar.js')
-rw-r--r--src/mainPublicShareAuthSidebar.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainPublicShareAuthSidebar.js b/src/mainPublicShareAuthSidebar.js
index cab33cab1..898450f56 100644
--- a/src/mainPublicShareAuthSidebar.js
+++ b/src/mainPublicShareAuthSidebar.js
@@ -30,9 +30,6 @@ import store from './store'
import { generateFilePath } from '@nextcloud/router'
import { getRequestToken } from '@nextcloud/auth'
-// Plugins
-import browserDetect from 'vue-browser-detect-plugin'
-
// Directives
import { translate, translatePlural } from '@nextcloud/l10n'
import VueShortKey from 'vue-shortkey'
@@ -55,7 +52,6 @@ Vue.prototype.OCA = OCA
Vue.use(Vuex)
Vue.use(VueShortKey, { prevent: ['input', 'textarea', 'div'] })
-Vue.use(browserDetect)
/**
* Wraps all the body contents in its own container.