mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
- removes livechatinc due to failure & performance issues on mobile devices
This commit is contained in:
parent
6790522895
commit
a166085b0a
1 changed files with 0 additions and 24 deletions
|
@ -46,29 +46,5 @@
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- Start of LiveChat (www.livechatinc.com) code -->
|
|
||||||
<script type="text/javascript">
|
|
||||||
window.__lc = window.__lc || {};
|
|
||||||
window.__lc.license = 8655926;
|
|
||||||
(function() {
|
|
||||||
var lc = document.createElement('script'); lc.type = 'text/javascript'; lc.async = true;
|
|
||||||
lc.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'cdn.livechatinc.com/tracking.js';
|
|
||||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(lc, s);
|
|
||||||
})();
|
|
||||||
|
|
||||||
//*********begin kickstart
|
|
||||||
//for some reason the chat window doesn't play nicely immediately on load,
|
|
||||||
//and is invisible... so this little jimmy kick starts it. ¯\_(ツ)_/¯ CCW_20170322_0356MST
|
|
||||||
var LC_API = LC_API || {};
|
|
||||||
LC_API.on_after_load = function() {
|
|
||||||
window.setTimeout(function () {
|
|
||||||
LC_API.minimize_chat_window();
|
|
||||||
}, 1500);
|
|
||||||
};
|
|
||||||
//*********end kickstart
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<!-- End of LiveChat code -->
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue