diff options
Diffstat (limited to 'apps/files_sharing/js/public.js')
-rw-r--r-- | apps/files_sharing/js/public.js | 1 |
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(); } } |