From dfab3d3d7f0e42fde5de8a5438a97d6d428977a7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Schie=C3=9Fle?= <schiessle@owncloud.com>
Date: Fri, 18 Jan 2013 10:23:31 +0100
Subject: [PATCH] call the trash bin view

---
 apps/files/js/files.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/files/js/files.js b/apps/files/js/files.js
index 9f5169fea5..795e065c0f 100644
--- a/apps/files/js/files.js
+++ b/apps/files/js/files.js
@@ -100,9 +100,9 @@ $(document).ready(function() {
 		return false;
 	});
 	
-	// Show Trash bin
+	// Show trash bin
 	$('#trash a').live('click', function() {
-		console.log("hello");
+		window.location=OC.filePath('files_trashbin', '', 'index.php');
 	});
 
 	var lastChecked;
-- 
GitLab