aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js/files.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/js/files.js')
-rw-r--r--apps/files/js/files.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/js/files.js b/apps/files/js/files.js
index 9f5169fea58..795e065c0f3 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;