call the trash bin view
This commit is contained in:
parent
9bacb0e179
commit
dfab3d3d7f
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue