summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/src/filelist.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_trashbin/src/filelist.js')
-rw-r--r--apps/files_trashbin/src/filelist.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files_trashbin/src/filelist.js b/apps/files_trashbin/src/filelist.js
index d499c108711..8912789e752 100644
--- a/apps/files_trashbin/src/filelist.js
+++ b/apps/files_trashbin/src/filelist.js
@@ -241,6 +241,11 @@
return '#'
},
+ getDefaultActionUrl: function() {
+ // no default action
+ return '#'
+ },
+
updateStorageStatistics: function() {
// no op because the trashbin doesn't have
// storage info like free space / used space