summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2022-07-27 14:29:26 +0200
committerVincent Petry <vincent@nextcloud.com>2022-07-27 14:29:26 +0200
commit00066cbeaf81185a34f5c2a660cef54ff5737487 (patch)
treee133d9f3000f498d485023f82909e50572cd5e6d /apps/files_sharing
parentfc276ba42f2c4a27e6ee33b6ec3ed427b4f01f75 (diff)
downloadnextcloud-server-00066cbeaf81185a34f5c2a660cef54ff5737487.tar.gz
nextcloud-server-00066cbeaf81185a34f5c2a660cef54ff5737487.zip
Remove more legacy ids
Remove more unused legacy ids from early ownCloud times. This reduces the number of duplicate ids in the DOM. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'apps/files_sharing')
-rw-r--r--apps/files_sharing/js/public.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_sharing/js/public.js b/apps/files_sharing/js/public.js
index 91883138845..64bd98ab8d8 100644
--- a/apps/files_sharing/js/public.js
+++ b/apps/files_sharing/js/public.js
@@ -307,7 +307,6 @@ OCA.Sharing.PublicApp = {
});
if (hideDownload === 'true') {
- this.fileList.$el.find('#headerSelection').remove();
this.fileList.$el.find('.summary').find('td:first-child').remove();
}
}