]> source.dussan.org Git - nextcloud-server.git/commitdiff
call the trash bin view
authorBjörn Schießle <schiessle@owncloud.com>
Fri, 18 Jan 2013 09:23:31 +0000 (10:23 +0100)
committerBjörn Schießle <schiessle@owncloud.com>
Fri, 18 Jan 2013 09:23:31 +0000 (10:23 +0100)
apps/files/js/files.js

index c13d7a5961b2610d906ff87a4007fdc7a1d0249a..359b92a6fd8835c4c514ae37bf479ac029b384e4 100644 (file)
@@ -83,9 +83,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;