1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +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 -->
<!-- IF S_EDIT_GROUP -->
<script defer="defer">
<script>
// <![CDATA[
function update_image(newimage)
{

View File

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