Merge pull request 'fix crisp loading' (#101) from development_crisp_fix into development
Reviewed-on: tfgrid/www_projectinca#101 Reviewed-by: mik-tf <perreault@incubaid.com>
This commit is contained in:
commit
e140771288
@ -37,22 +37,39 @@ const { language, textDirection } = I18N;
|
||||
<Analytics />
|
||||
|
||||
<!-- Comment the line below to disable View Transitions -->
|
||||
<ViewTransitions fallback="swap" />
|
||||
|
||||
<script type="text/javascript">window.$crisp=[];window.CRISP_WEBSITE_ID="1a5a5241-91cb-4a41-8323-5ba5ec574da0";(function(){d=document;s=d.createElement("script");s.src="https://client.crisp.chat/l.js";s.async=1;d.getElementsByTagName("head")[0].appendChild(s);})();</script>
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
window.$crisp = [];
|
||||
window.CRISP_WEBSITE_ID = '1a5a5241-91cb-4a41-8323-5ba5ec574da0';
|
||||
(function () {
|
||||
d = document;
|
||||
s = d.createElement('script');
|
||||
s.src = 'https://client.crisp.chat/l.js';
|
||||
s.async = 1;
|
||||
d.getElementsByTagName('head')[0].appendChild(s);
|
||||
})();
|
||||
</script>
|
||||
|
||||
<!-- MailerLite Universal -->
|
||||
<script is:inline>
|
||||
<script is:inline>
|
||||
(function (m, a, i, l, e, r) {
|
||||
m['MailerLiteObject'] = e; function f() {
|
||||
var c = { a: arguments, q: [] }; var r = this.push(c); return "number" != typeof r ? r : f.bind(c.q);
|
||||
m['MailerLiteObject'] = e;
|
||||
function f() {
|
||||
var c = { a: arguments, q: [] };
|
||||
var r = this.push(c);
|
||||
return 'number' != typeof r ? r : f.bind(c.q);
|
||||
}
|
||||
f.q = f.q || []; m[e] = m[e] || f.bind(f.q); m[e].q = m[e].q || f.q; r = a.createElement(i);
|
||||
var _ = a.getElementsByTagName(i)[0]; r.async = 1; r.src = l + '?v' + (~~(new Date().getTime() / 1000000));
|
||||
f.q = f.q || [];
|
||||
m[e] = m[e] || f.bind(f.q);
|
||||
m[e].q = m[e].q || f.q;
|
||||
r = a.createElement(i);
|
||||
var _ = a.getElementsByTagName(i)[0];
|
||||
r.async = 1;
|
||||
r.src = l + '?v' + ~~(new Date().getTime() / 1000000);
|
||||
_.parentNode.insertBefore(r, _);
|
||||
})(window, document, 'script', 'https://static.mailerlite.com/js/universal.js', 'ml');
|
||||
var ml_account = ml('accounts', '1778010', 'x2d3d9f8n1', 'load');
|
||||
</script>
|
||||
</script>
|
||||
<!-- End MailerLite Universal -->
|
||||
</head>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user