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/mainPublicShareSidebar.js
parentbf5b15a5a6aeee188cc811e737eccf6abe686763 (diff)
Use a better lib for browser detection
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/mainPublicShareSidebar.js')
-rw-r--r--src/mainPublicShareSidebar.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainPublicShareSidebar.js b/src/mainPublicShareSidebar.js
index 994655742..4b89f1fbd 100644
--- a/src/mainPublicShareSidebar.js
+++ b/src/mainPublicShareSidebar.js
@@ -29,9 +29,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'
@@ -54,7 +51,6 @@ Vue.prototype.OCA = OCA
Vue.use(Vuex)
Vue.use(VueShortKey, { prevent: ['input', 'textarea', 'div'] })
-Vue.use(browserDetect)
function adjustLayout() {
document.querySelector('#app-content').append(document.querySelector('footer'))