messaging js in footer
This commit is contained in:
parent
238482cd19
commit
3e7b5c5940
|
@ -1,18 +1,32 @@
|
||||||
|
<!-- Start of Async Drift Code -->
|
||||||
|
<script>
|
||||||
|
"use strict";
|
||||||
|
|
||||||
<div class="navbar navbar-fixed-bottom">
|
!function() {
|
||||||
|
var t = window.driftt = window.drift = window.driftt || [];
|
||||||
<div class="navbar-inner">
|
if (!t.init) {
|
||||||
|
if (t.invoked) return void (window.console && console.error &&
|
||||||
<ul class="nav" style="width: 90%">
|
console.error("Drift snippet included twice."));
|
||||||
|
t.invoked = !0, t.methods = [ "identify", "config", "track", "reset",
|
||||||
<li>
|
"debug", "show", "ping", "page", "hide", "off", "on" ],
|
||||||
<center><small>
|
t.factory = function(e) {
|
||||||
Dyne.org HQ is in <a href="/map">Haparandadam 7, Amsterdam's Houthavens</a>
|
return function() {
|
||||||
</small></center>
|
var n = Array.prototype.slice.call(arguments);
|
||||||
</li>
|
return n.unshift(e), t.push(n), t;
|
||||||
|
};
|
||||||
|
}, t.methods.forEach(function(e) {
|
||||||
</ul>
|
t[e] = t.factory(e);
|
||||||
</div>
|
}), t.load = function(t) {
|
||||||
</div>
|
var e = 3e5, n = Math.ceil(new Date() / e) * e, o =
|
||||||
|
document.createElement("script");
|
||||||
|
o.type = "text/javascript", o.async = !0, o.crossorigin = "anonymous",
|
||||||
|
o.src = "https://js.driftt.com/include/" + n + "/" + t + ".js";
|
||||||
|
var i = document.getElementsByTagName("script")[0];
|
||||||
|
i.parentNode.insertBefore(o, i);
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}();
|
||||||
|
drift.SNIPPET_VERSION = '0.3.1';
|
||||||
|
drift.load('pxmx9w42mcum');
|
||||||
|
</script>
|
||||||
|
<!-- End of Async Drift Code -->
|
||||||
|
|
Loading…
Reference in New Issue