Skip to content

Commit a85bbba

Browse files
paulOsinskiPaul Osinski
andauthored
add apollo script (#13734)
Co-authored-by: Paul Osinski <paul.m.osinski@gmail.com>
1 parent 8bee0b6 commit a85bbba

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed
Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
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)}();
5-
</script>
6-
<!-- End of Reo 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) }();
5+
</script>
6+
<!-- End of Reo Javascript -->
7+
<script>function initApollo() {
8+
var n = Math.random().toString(36).substring(7), o = document.createElement("script");
9+
o.src = "https://assets.apollo.io/micro/website-tracker/tracker.iife.js?nocache=" + n, o.async = !0, o.defer = !0,
10+
o.onload = function () { window.trackingFunctions.onLoad({ appId: "68ffca00b8c4dc001de5fec3" }) },
11+
document.head.appendChild(o)
12+
} initApollo();</script>

0 commit comments

Comments
 (0)