Merge pull request #8894 from owncloud/public-share-js-overwrite
Dont overwrite OCA.Sharing
This commit is contained in:
commit
e34b51124b
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