diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2018-11-20 20:51:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-20 20:51:23 +0100 |
commit | b150d27edfcb6826d5a6aea67a4723598d51675f (patch) | |
tree | 468aad968ed5cc9e4127f35ec0f6a2cb187f8c99 /apps/files/js | |
parent | 1bf742c462b238f441d1a6f115a3f489c98f8bb4 (diff) | |
parent | 78056a3bef15c04af19b256915415f413cb561f2 (diff) | |
download | nextcloud-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.js | 1 |
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'); + }, /** |