diff options
author | Vincent Petry <pvince81@owncloud.com> | 2015-07-16 12:28:19 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2015-08-07 01:22:43 +0200 |
commit | b6192db61076b04005388b889d6ec666f3e87687 (patch) | |
tree | c04c68966aa1c820eaf18afb6ee7ffe27266c660 /apps/files_sharing/js | |
parent | deb9d4d7788948db627c4b18cd646e39e7190827 (diff) | |
download | nextcloud-server-b6192db61076b04005388b889d6ec666f3e87687.tar.gz nextcloud-server-b6192db61076b04005388b889d6ec666f3e87687.zip |
Disable right sidebar in public file list page
Diffstat (limited to 'apps/files_sharing/js')
-rw-r--r-- | apps/files_sharing/js/public.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files_sharing/js/public.js b/apps/files_sharing/js/public.js index 5923e426f05..1993efe7d73 100644 --- a/apps/files_sharing/js/public.js +++ b/apps/files_sharing/js/public.js @@ -57,7 +57,8 @@ OCA.Sharing.PublicApp = { scrollContainer: $(window), dragOptions: dragOptions, folderDropOptions: folderDropOptions, - fileActions: fileActions + fileActions: fileActions, + detailsViewEnabled: false } ); this.files = OCA.Files.Files; |