diff --git a/apps/files/js/files.js b/apps/files/js/files.js
index 9f5169fea58a3d67719f6493eb56b704963d3cdc..795e065c0f331a2c03306159e32c34a0f39cee9a 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;