call the trash bin view

This commit is contained in:
Björn Schießle 2013-01-18 10:23:31 +01:00
parent d5ee435253
commit 82d4da0d3d
1 changed files with 2 additions and 2 deletions

View File

@ -83,9 +83,9 @@ $(document).ready(function() {
return false; return false;
}); });
// Show Trash bin // Show trash bin
$('#trash a').live('click', function() { $('#trash a').live('click', function() {
console.log("hello"); window.location=OC.filePath('files_trashbin', '', 'index.php');
}); });
var lastChecked; var lastChecked;