diff options
author | Vincent Petry <pvince81@owncloud.com> | 2015-08-24 13:00:03 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2015-09-16 07:23:26 +0200 |
commit | 018d07b3e55fd7234008c51d0a124b7b681a1a4f (patch) | |
tree | 9df1d49f9cb1b3277bfc81cae6319c796df993b0 /apps/files_sharing/js/share.js | |
parent | 6af6024e172bc4810691f54ccaa2da6912395962 (diff) | |
download | nextcloud-server-018d07b3e55fd7234008c51d0a124b7b681a1a4f.tar.gz nextcloud-server-018d07b3e55fd7234008c51d0a124b7b681a1a4f.zip |
Add share dialog into share tab
Diffstat (limited to 'apps/files_sharing/js/share.js')
-rw-r--r-- | apps/files_sharing/js/share.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/files_sharing/js/share.js b/apps/files_sharing/js/share.js index c124d390d04..a4ae7fad899 100644 --- a/apps/files_sharing/js/share.js +++ b/apps/files_sharing/js/share.js @@ -151,9 +151,7 @@ } }); - OC.addScript('files_sharing', 'sharetabview').done(function() { - fileList.registerTabView(new OCA.Sharing.ShareTabView('shareTabView')); - }); + fileList.registerTabView(new OCA.Sharing.ShareTabView('shareTabView')); }, /** |