Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinicius Reis <vinicius.reis@nextcloud.com>2022-05-14 00:37:10 +0300
committerVinicius Reis <vinicius.reis@nextcloud.com>2022-05-14 00:37:10 +0300
commit3b35ed31140e161e3cae1259cdecbd16fcd4bceb (patch)
treeab85aea5d3057539d1d10e29254f4db763445751 /apps/files
parent5a80df6e4c301bc083f7bb20af594783f1b26a97 (diff)
🔥 remove deprecated elementfeature/remove-depreceted-element
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
Diffstat (limited to 'apps/files')
-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 a88a9550beb..0a34396aa5c 100644
--- a/apps/files/templates/list.php
+++ b/apps/files/templates/list.php
@@ -75,7 +75,6 @@
<div class="hiddenuploadfield">
<input type="file" id="file_upload_start" class="hiddenuploadfield" name="files[]" />
</div>
-<div id="editor"></div><!-- FIXME Do not use this div in your app! It is deprecated and will be removed in the future! -->
<div id="uploadsize-message" title="<?php p($l->t('Upload too large'))?>">
<p>
<?php p($l->t('The files you are trying to upload exceed the maximum size for file uploads on this server.'));?>