[ticket/16083] Remove "defer" from inline scripts

PHPBB3-16083
This commit is contained in:
Jakub Senko 2019-10-07 13:44:38 +02:00
parent d9a773cb62
commit fb7498617c
No known key found for this signature in database
GPG key ID: 6A7C328CD66EC21E
2 changed files with 2 additions and 2 deletions

View file

@ -110,7 +110,7 @@
<!-- ELSEIF S_EXTENSION_GROUPS --> <!-- ELSEIF S_EXTENSION_GROUPS -->
<!-- IF S_EDIT_GROUP --> <!-- IF S_EDIT_GROUP -->
<script defer="defer"> <script>
// <![CDATA[ // <![CDATA[
function update_image(newimage) function update_image(newimage)
{ {

View file

@ -4,7 +4,7 @@
<!-- IF S_EDIT --> <!-- IF S_EDIT -->
<script defer="defer"> <script>
// <![CDATA[ // <![CDATA[
<!-- IF S_ADD_CODE --> <!-- IF S_ADD_CODE -->