diff options
author | Vincent Petry <pvince81@owncloud.com> | 2015-10-08 12:59:13 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2015-10-08 12:59:13 +0200 |
commit | 8e84ab8613aa34cce0e33e8408ce89d8abbb5506 (patch) | |
tree | 38cd2dcfcd3fc3b435a121f53446052cb2082418 /apps/files_trashbin | |
parent | cd818e7419fb39d97683ecc5803534b0ed632596 (diff) | |
download | nextcloud-server-8e84ab8613aa34cce0e33e8408ce89d8abbb5506.tar.gz nextcloud-server-8e84ab8613aa34cce0e33e8408ce89d8abbb5506.zip |
Remove sidebar for trashbin view
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r-- | apps/files_trashbin/js/app.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files_trashbin/js/app.js b/apps/files_trashbin/js/app.js index c3be762f095..e1ac945fea3 100644 --- a/apps/files_trashbin/js/app.js +++ b/apps/files_trashbin/js/app.js @@ -26,7 +26,8 @@ OCA.Trashbin.App = { this.fileList = new OCA.Trashbin.FileList( $('#app-content-trashbin'), { scrollContainer: $('#app-content'), - fileActions: this._createFileActions() + fileActions: this._createFileActions(), + detailsViewEnabled: false } ); }, |