Merge pull request #37438 from nextcloud/backport/37168/stable25

This commit is contained in:
Julius Härtl 2023-04-03 10:39:49 +02:00 committed by GitHub
commit eb1a673184
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
};