diff --git a/apps/comments/js/filesplugin.js b/apps/comments/js/filesplugin.js index bf6bb05146..084cfb4103 100644 Binary files a/apps/comments/js/filesplugin.js and b/apps/comments/js/filesplugin.js differ diff --git a/apps/systemtags/js/filesplugin.js b/apps/systemtags/js/filesplugin.js index 588037455a..db97b91a07 100644 --- a/apps/systemtags/js/filesplugin.js +++ b/apps/systemtags/js/filesplugin.js @@ -21,14 +21,13 @@ * @namespace */ OCA.SystemTags.FilesPlugin = { - allowedLists: [ - 'files', - 'favorites', - 'systemtagsfilter' + ignoreLists: [ + 'files_trashbin', + 'files.public' ], attach: function(fileList) { - if (this.allowedLists.indexOf(fileList.id) < 0) { + if (this.ignoreLists.indexOf(fileList.id) >= 0) { return; }