Skip to content

v3.16.7

@iainbeeston iainbeeston tagged this 04 Feb 08:35
`defer` isn't a valid attribute for a `<link>` tag - it is for
`<script>` tags and having it here is invalid html. I think this is also
causing loading issues in google chrome for me when I redirect from avo
to my main app.

I've removed defer from the `<link>` tag. This should make the html
valid and shouldn't have any bad effects (as it shouldn't be used on a
`<link>` tag anyway).
Assets 2
Loading