summaryrefslogtreecommitdiffstats
path: root/settings/src/main.js
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-04-13 18:36:34 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-05-16 09:50:22 +0200
commit2963fdc879de8c84311eae66812317e6c455ca0b (patch)
tree69ac2dc243cc4fc655d7c7b9980f05e1db9898f4 /settings/src/main.js
parent422ecc4eda4af6ec1d7351923a48a3e723bb8416 (diff)
downloadnextcloud-server-2963fdc879de8c84311eae66812317e6c455ca0b.tar.gz
nextcloud-server-2963fdc879de8c84311eae66812317e6c455ca0b.zip
Bump user controller, cleaned old legacy and added route history mode
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'settings/src/main.js')
-rw-r--r--settings/src/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/src/main.js b/settings/src/main.js
index a03fe1b16e1..62b5b04f78d 100644
--- a/settings/src/main.js
+++ b/settings/src/main.js
@@ -11,7 +11,7 @@ Vue.prototype.t = t;
Vue.prototype.OC = OC;
Vue.prototype.oc_userconfig = oc_userconfig;
-const app = new Vue({
+window.app = new Vue({
router,
store,
render: h => h(App)