mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/16083] Remove "defer" from inline scripts
PHPBB3-16083
This commit is contained in:
parent
d9a773cb62
commit
fb7498617c
2 changed files with 2 additions and 2 deletions
|
@ -110,7 +110,7 @@
|
|||
<!-- ELSEIF S_EXTENSION_GROUPS -->
|
||||
|
||||
<!-- IF S_EDIT_GROUP -->
|
||||
<script defer="defer">
|
||||
<script>
|
||||
// <![CDATA[
|
||||
function update_image(newimage)
|
||||
{
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<!-- IF S_EDIT -->
|
||||
|
||||
<script defer="defer">
|
||||
<script>
|
||||
// <![CDATA[
|
||||
<!-- IF S_ADD_CODE -->
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue