summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2015-10-08 12:59:13 +0200
committerVincent Petry <pvince81@owncloud.com>2015-10-08 12:59:13 +0200
commit8e84ab8613aa34cce0e33e8408ce89d8abbb5506 (patch)
tree38cd2dcfcd3fc3b435a121f53446052cb2082418 /apps/files_trashbin
parentcd818e7419fb39d97683ecc5803534b0ed632596 (diff)
downloadnextcloud-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.js3
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
}
);
},