summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2013-01-31 19:19:58 +0100
committerRobin Appelman <icewind@owncloud.com>2013-01-31 19:20:22 +0100
commit9d74ce45955ce9969b6d356a114b02780b5645f8 (patch)
tree066dd9bad7f13c85cb458de73858028b020def88 /apps/files_trashbin
parent3756f235ce2739c6384d3a075348b9d92dd827fe (diff)
downloadnextcloud-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.js2
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(){