Merge pull request #19647 from owncloud/trashbin-removesidebar

Remove sidebar for trashbin view
This commit is contained in:
Thomas Müller 2015-10-14 12:50:46 +02:00
commit 0a5349eec6
1 changed files with 2 additions and 1 deletions

View File

@ -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
}
);
},