Skip to content
Snippets Groups Projects
Commit e34b5112 authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #8894 from owncloud/public-share-js-overwrite

Dont overwrite OCA.Sharing
parents f955209a 690e0b50
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,9 @@
/* global FileActions, Files */
/* global dragOptions, folderDropOptions */
if (!OCA.Sharing) {
OCA.Sharing = {};
}
if (!OCA.Files) {
OCA.Files = {};
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment