[Pkg-owncloud-commits] [owncloud] 12/129: Remove sidebar for trashbin view

David Prévot taffit at moszumanska.debian.org
Thu Nov 5 01:04:18 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit 4a0ca37cb3b525043c0aec85d1350f4ba255c962
Author: Vincent Petry <pvince81 at owncloud.com>
Date:   Thu Oct 8 12:59:13 2015 +0200

    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 c3be762..e1ac945 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
 			}
 		);
 	},

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list