call the trash bin view

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

View File

@ -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;