Skip to content

Commit a802020

Browse files
authored
Update index.html
Install Drift
1 parent 12d8736 commit a802020

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

index.html

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,31 @@
1919
<link rel="stylesheet" href="css/bootstrap.min.css">
2020
<link rel="stylesheet" href="css/animate.css">
2121
<link rel="stylesheet" href="css/main.css">
22-
22+
23+
<!-- Start of Async Drift Code -->
24+
<script>
25+
!function() {
26+
var t;
27+
if (t = window.driftt = window.drift = window.driftt || [], !t.init) return t.invoked ? void (window.console && console.error && console.error("Drift snippet included twice.")) : (t.invoked = !0,
28+
t.methods = [ "identify", "config", "track", "reset", "debug", "show", "ping", "page", "hide", "off", "on" ],
29+
t.factory = function(e) {
30+
return function() {
31+
var n;
32+
return n = Array.prototype.slice.call(arguments), n.unshift(e), t.push(n), t;
33+
};
34+
}, t.methods.forEach(function(e) {
35+
t[e] = t.factory(e);
36+
}), t.load = function(t) {
37+
var e, n, o, i;
38+
e = 3e5, i = Math.ceil(new Date() / e) * e, o = document.createElement("script"),
39+
o.type = "text/javascript", o.async = !0, o.crossorigin = "anonymous", o.src = "https://js.driftt.com/include/" + i + "/" + t + ".js",
40+
n = document.getElementsByTagName("script")[0], n.parentNode.insertBefore(o, n);
41+
});
42+
}();
43+
drift.SNIPPET_VERSION = '0.3.1';
44+
drift.load('gapbb37ic3df');
45+
</script>
46+
<!-- End of Async Drift Code -->
2347
</head>
2448
<body>
2549

0 commit comments

Comments
 (0)