diff options
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/templates/index.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php index edf048c7e13..3bcb865ccdb 100644 --- a/apps/files/templates/index.php +++ b/apps/files/templates/index.php @@ -33,8 +33,6 @@ <input type="file" id="file_upload_start" name='files[]'/> <a href="#" class="svg" onclick="return false;" title="<?php echo $l->t('Upload') . ' max. '.$_['uploadMaxHumanFilesize'] ?>"></a> - - <iframe name="file_upload_target_1" class="file_upload_target" src=""></iframe> </form> </div> <div id="uploadprogresswrapper"> |