Merge pull request #18459 from owncloud/files-detailtabview-namespace
Add namespace in case the file is loaded individually
This commit is contained in:
commit
0451cc0060
1 changed files with 2 additions and 0 deletions
|
@ -88,6 +88,8 @@
|
|||
});
|
||||
DetailTabView._TAB_COUNT = 0;
|
||||
|
||||
OCA.Files = OCA.Files || {};
|
||||
|
||||
OCA.Files.DetailTabView = DetailTabView;
|
||||
})();
|
||||
|
||||
|
|
Loading…
Reference in a new issue