Async attribute always at the end
-
Strang issue though:
i’m trying to insert this code into the <head> section of my AMP pages through the “advanced tab”:<script async custom-element="amp-sticky-ad" src="https://cdn.ampproject.org/v0/amp-sticky-ad-1.0.js"></script>
but it gets always rendered with the “async” attribute at the end, as the following:
<script custom-element="amp-sticky-ad" src="https://cdn.ampproject.org/v0/amp-sticky-ad-1.0.js" async></script>
Any ideas?
P.S: all of the performance optimizations are being disabled and cache empty.
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Async attribute always at the end’ is closed to new replies.