Don't overwrite the settings from files
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
1ac764e0b7
commit
c810b531be
3 changed files with 1 additions and 1 deletions
BIN
apps/files_sharing/js/dist/personal-settings.js
vendored
BIN
apps/files_sharing/js/dist/personal-settings.js
vendored
Binary file not shown.
BIN
apps/files_sharing/js/dist/personal-settings.js.map
vendored
BIN
apps/files_sharing/js/dist/personal-settings.js.map
vendored
Binary file not shown.
|
@ -35,4 +35,4 @@ __webpack_public_path__ = generateFilePath('files', '', 'js/')
|
||||||
Vue.prototype.t = t
|
Vue.prototype.t = t
|
||||||
|
|
||||||
const View = Vue.extend(PersonalSettings)
|
const View = Vue.extend(PersonalSettings)
|
||||||
new View().$mount('#files-personal-settings')
|
new View().$mount('#files-sharing-personal-settings')
|
||||||
|
|
Loading…
Reference in a new issue