diff options
| author | Jakub Senko <jakubsenko@gmail.com> | 2019-10-07 13:44:38 +0200 |
|---|---|---|
| committer | Jakub Senko <jakubsenko@gmail.com> | 2019-10-07 13:44:38 +0200 |
| commit | fb7498617c2901a1e71a85ecfb6774f49524da1c (patch) | |
| tree | ad820198c4acfe14060193e7a9a0afaf60a83759 | |
| parent | d9a773cb625dd2e840802c52c2738aad36529b06 (diff) | |
| download | forums-fb7498617c2901a1e71a85ecfb6774f49524da1c.tar forums-fb7498617c2901a1e71a85ecfb6774f49524da1c.tar.gz forums-fb7498617c2901a1e71a85ecfb6774f49524da1c.tar.bz2 forums-fb7498617c2901a1e71a85ecfb6774f49524da1c.tar.xz forums-fb7498617c2901a1e71a85ecfb6774f49524da1c.zip | |
[ticket/16083] Remove "defer" from inline scripts
PHPBB3-16083
| -rw-r--r-- | phpBB/adm/style/acp_attachments.html | 2 | ||||
| -rw-r--r-- | phpBB/adm/style/acp_icons.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_attachments.html b/phpBB/adm/style/acp_attachments.html index 0c716f61ec..7a66f170ac 100644 --- a/phpBB/adm/style/acp_attachments.html +++ b/phpBB/adm/style/acp_attachments.html @@ -110,7 +110,7 @@ <!-- ELSEIF S_EXTENSION_GROUPS --> <!-- IF S_EDIT_GROUP --> - <script defer="defer"> + <script> // <