Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-04-02 12:33:20 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-04-02 13:24:48 +0300
commitb38445b17ad52e948c645ca8b98b06b0d18aa583 (patch)
tree7f3cbb8d98d73fbee18dc3b22c6ffed1a51c4033 /apps/systemtags/src/filesplugin.js
parent021751658e3999d834d34cc918771575fcf89bf9 (diff)
Show comments and restore in popover menu
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/systemtags/src/filesplugin.js')
-rw-r--r--apps/systemtags/src/filesplugin.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/systemtags/src/filesplugin.js b/apps/systemtags/src/filesplugin.js
index fc2a227b5be..7cf39e9dfd8 100644
--- a/apps/systemtags/src/filesplugin.js
+++ b/apps/systemtags/src/filesplugin.js
@@ -22,7 +22,7 @@
*/
OCA.SystemTags.FilesPlugin = {
ignoreLists: [
- 'files_trashbin',
+ 'trashbin',
'files.public'
],