diff options
author | Robin Appelman <icewind@owncloud.com> | 2013-01-31 19:19:58 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2013-01-31 19:20:22 +0100 |
commit | 9d74ce45955ce9969b6d356a114b02780b5645f8 (patch) | |
tree | 066dd9bad7f13c85cb458de73858028b020def88 /apps/files_trashbin | |
parent | 3756f235ce2739c6384d3a075348b9d92dd827fe (diff) | |
download | nextcloud-server-9d74ce45955ce9969b6d356a114b02780b5645f8.tar.gz nextcloud-server-9d74ce45955ce9969b6d356a114b02780b5645f8.zip |
Trash: fix opening folders
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r-- | apps/files_trashbin/js/trash.js | 2 |
1 files changed, 2 insertions, 0 deletions
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(){ |