mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #37438 from nextcloud/backport/37168/stable25
This commit is contained in:
commit
eb1a673184
1 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,7 @@ OCA.Sharing.PublicApp = {
|
|||
// Remove the link. This means that files without a default action fail hard
|
||||
$tr.find('a.name').attr('href', '#');
|
||||
|
||||
this.fileActions.actions.all = {};
|
||||
delete this.fileActions.actions.all.Download;
|
||||
}
|
||||
return $tr;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue