mirror of
https://github.com/nextcloud/server.git
synced 2026-06-19 21:49:43 -04:00
chore: Remove unused code from dashboard entrypoint
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
be049ba6b3
commit
d4eb3bcac2
1 changed files with 0 additions and 7 deletions
|
|
@ -33,13 +33,6 @@ Vue.directive('Tooltip', VTooltip)
|
|||
|
||||
Vue.prototype.t = t
|
||||
|
||||
// FIXME workaround to make the sidebar work
|
||||
if (!window.OCA.Files) {
|
||||
window.OCA.Files = {}
|
||||
}
|
||||
|
||||
Object.assign(window.OCA.Files, { App: { fileList: { filesClient: OC.Files.getClient() } } }, window.OCA.Files)
|
||||
|
||||
const Dashboard = Vue.extend(DashboardApp)
|
||||
const Instance = new Dashboard({}).$mount('#app-content-vue')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue