diff options
Diffstat (limited to 'apps/files/templates/list.php')
-rw-r--r-- | apps/files/templates/list.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/files/templates/list.php b/apps/files/templates/list.php index 04550f945b6..7906dfc64eb 100644 --- a/apps/files/templates/list.php +++ b/apps/files/templates/list.php @@ -88,11 +88,3 @@ <?php p($l->t('The files you are trying to upload exceed the maximum size for file uploads on this server.'));?> </p> </div> -<div id="scanning-message"> - <h3> - <?php p($l->t('Files are being scanned, please wait.'));?> <span id='scan-count'></span> - </h3> - <p> - <?php p($l->t('Currently scanning'));?> <span id='scan-current'></span> - </p> -</div> |