aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2018-11-20 20:51:23 +0100
committerGitHub <noreply@github.com>2018-11-20 20:51:23 +0100
commitb150d27edfcb6826d5a6aea67a4723598d51675f (patch)
tree468aad968ed5cc9e4127f35ec0f6a2cb187f8c99 /apps/files/js
parent1bf742c462b238f441d1a6f115a3f489c98f8bb4 (diff)
parent78056a3bef15c04af19b256915415f413cb561f2 (diff)
downloadnextcloud-server-b150d27edfcb6826d5a6aea67a4723598d51675f.tar.gz
nextcloud-server-b150d27edfcb6826d5a6aea67a4723598d51675f.zip
Merge pull request #12531 from nextcloud/bugfix/noid/hide-download-folders
Allow to hide download option for folders shared by link
Diffstat (limited to 'apps/files/js')
-rw-r--r--apps/files/js/fileactions.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/js/fileactions.js b/apps/files/js/fileactions.js
index 5af558d77ba..2981fb64c11 100644
--- a/apps/files/js/fileactions.js
+++ b/apps/files/js/fileactions.js
@@ -371,6 +371,7 @@
}, false, context);
$el.addClass('permanent');
+
},
/**