From 8e84ab8613aa34cce0e33e8408ce89d8abbb5506 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Thu, 8 Oct 2015 12:59:13 +0200 Subject: [PATCH] Remove sidebar for trashbin view --- apps/files_trashbin/js/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/files_trashbin/js/app.js b/apps/files_trashbin/js/app.js index c3be762f09..e1ac945fea 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 } ); },