From 9d74ce45955ce9969b6d356a114b02780b5645f8 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Thu, 31 Jan 2013 19:19:58 +0100 Subject: Trash: fix opening folders --- apps/files_trashbin/js/trash.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/files_trashbin/js') diff --git a/apps/files_trashbin/js/trash.js b/apps/files_trashbin/js/trash.js index d45430dcbd5..f2797347b82 100644 --- a/apps/files_trashbin/js/trash.js +++ b/apps/files_trashbin/js/trash.js @@ -104,6 +104,8 @@ $(document).ready(function() { } } }); + + FileActions.actions.dir = {}; }); function processSelection(){ -- cgit v1.2.3