layout: disable upload-iFrame for all but IE<10

fixes #3124
This commit is contained in:
Thomas Gelf 2017-11-21 14:36:51 +01:00
parent 7fd9f23f6c
commit ea96e16c0e
1 changed files with 2 additions and 0 deletions

View File

@ -56,7 +56,9 @@ $innerLayoutScript = $this->layout()->innerLayout . '.phtml';
<div id="layout" class="default-layout<?php if ($showFullscreen): ?> fullscreen-layout<?php endif ?>">
<?= $this->render($innerLayoutScript); ?>
</div>
<!--[if lt IE 10]>
<iframe id="fileupload-frame-target" name="fileupload-frame-target"></iframe>
<![endif]-->
<!--[if IE 8]>
<script type="text/javascript" src="<?= $this->href($ie8jsfile) ?>"></script>
<![endif]-->