1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-10-23 10:34:25 -04:00

revert adding async to some embed scripts

document.write() isn't allowed on asynchronously loaded scripts
This commit is contained in:
2020-04-07 18:48:53 -04:00
parent f6e9f9ee3a
commit dc3f1cb07c
3 changed files with 3 additions and 3 deletions

View File

@@ -3,5 +3,5 @@
</div>
{{- define "__shortcode_vimeo_js" }}
<script async defer src="https://player.vimeo.com/api/player.js"></script>
<script src="https://player.vimeo.com/api/player.js"></script>
{{ end }}