Skip to content

Commit da3232c

Browse files
authored
docs optimization: use defer instead of async (#14715)
1 parent 577a9ed commit da3232c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/layouts/_partials/head/script-header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- Insert scripts NOT needed by stylesheets here -->
22
<!-- Start of Reo Javascript -->
33
<script type="text/javascript">
4-
!function () { var e, t, n; e = "a92cfcfa51eca96", t = function () { Reo.init({ clientID: "a92cfcfa51eca96" }) }, (n = document.createElement("script")).src = "https://static.reo.dev/" + e + "/reo.js", n.async = !0, n.onload = t, document.head.appendChild(n) }();
4+
!function(){var e,t,n;e="a92cfcfa51eca96",t=function(){Reo.init({clientID:"a92cfcfa51eca96"})},(n=document.createElement("script")).src="https://static.reo.dev/"+e+"/reo.js",n.defer=!0,n.onload=t,document.head.appendChild(n)}();
55
</script>
66
<!-- End of Reo Javascript -->
77
<script>function initApollo() {

0 commit comments

Comments
 (0)