diff options
Diffstat (limited to 'apps/files/templates')
-rw-r--r-- | apps/files/templates/list.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files/templates/list.php b/apps/files/templates/list.php index a70dee1a8df..83da98fa2cf 100644 --- a/apps/files/templates/list.php +++ b/apps/files/templates/list.php @@ -40,7 +40,6 @@ <div id="uploadprogressbar"> <em class="label outer" style="display:none"><span class="desktop"><?php p($l->t('Uploading...'));?></span><span class="mobile"><?php p($l->t('...'));?></span></em> </div> - <div style="display:none" class="speed"></div> <input type="button" class="stop icon-close" style="display:none" value="" /> </div> </div> |