mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Dont overwrite OCA.Sharing
This commit is contained in:
parent
d0eb8f8668
commit
690e0b5070
1 changed files with 3 additions and 1 deletions
|
|
@ -10,7 +10,9 @@
|
|||
|
||||
/* global FileActions, Files */
|
||||
/* global dragOptions, folderDropOptions */
|
||||
OCA.Sharing = {};
|
||||
if (!OCA.Sharing) {
|
||||
OCA.Sharing = {};
|
||||
}
|
||||
if (!OCA.Files) {
|
||||
OCA.Files = {};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue