1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-02 06:51:08 +02:00

[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
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 -->