Skip to content

Commit 4fd30a7

Browse files
authored
Update documentation from template (#661)
1 parent 069b95f commit 4fd30a7

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

docs/.vuepress/public/scripts/marketing.js

-23
Original file line numberDiff line numberDiff line change
@@ -27,26 +27,3 @@ new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
2727
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
2828
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
2929
})(window,document,'script','dataLayer','GTM-TM95WXQ');
30-
31-
!function() {
32-
var t = window.driftt = window.drift = window.driftt || [];
33-
if (!t.init) {
34-
if (t.invoked) return void (window.console && console.error && console.error("Drift snippet included twice."));
35-
t.invoked = !0, t.methods = [ "identify", "config", "track", "reset", "debug", "show", "ping", "page", "hide", "off", "on" ],
36-
t.factory = function(e) {
37-
return function() {
38-
var n = Array.prototype.slice.call(arguments);
39-
return n.unshift(e), t.push(n), t;
40-
};
41-
}, t.methods.forEach(function(e) {
42-
t[e] = t.factory(e);
43-
}), t.load = function(t) {
44-
var e = 3e5, n = Math.ceil(new Date() / e) * e, o = document.createElement("script");
45-
o.type = "text/javascript", o.async = !0, o.crossorigin = "anonymous", o.src = "https://js.driftt.com/include/" + n + "/" + t + ".js";
46-
var i = document.getElementsByTagName("script")[0];
47-
i.parentNode.insertBefore(o, i);
48-
};
49-
}
50-
}();
51-
drift.SNIPPET_VERSION = '0.3.1';
52-
drift.load('dp7v3zbc7xhm');

0 commit comments

Comments
 (0)