From: Björn Schießle Date: Fri, 18 Jan 2013 09:23:31 +0000 (+0100) Subject: call the trash bin view X-Git-Tag: v5.0.0alpha1~166^2~23^2~11 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=82d4da0d3d0dc09c22d2cd2220d418372206099e;p=nextcloud-server.git call the trash bin view --- diff --git a/apps/files/js/files.js b/apps/files/js/files.js index c13d7a5961b..359b92a6fd8 100644 --- a/apps/files/js/files.js +++ b/apps/files/js/files.js @@ -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;