Fix deleting selected files in the trashbin

remotes/origin/fix-10825
Robin Appelman 11 years ago
parent e6908f8b89
commit b2d4e53f66
  1. 4
      apps/files_trashbin/js/filelist.js

@ -268,6 +268,10 @@
updateStorageStatistics: function() {
// no op because the trashbin doesn't have
// storage info like free space / used space
},
isSelectedDeletable: function() {
return true;
}
});

Loading…
Cancel
Save