aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/templates
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/templates
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/templates')
-rw-r--r--apps/files/templates/list.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files/templates/list.php b/apps/files/templates/list.php
index 1b45129195b..13583c23cbf 100644
--- a/apps/files/templates/list.php
+++ b/apps/files/templates/list.php
@@ -3,7 +3,6 @@
<div id="uploadprogresswrapper">
</div>
</div>
- <div id="file_action_panel"></div>
<div class="notCreatable notPublic hidden">
<div class="icon-alert-outline"></div>
<?php p($l->t('You do not have permission to upload or create files here'))?>