mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
Live chat code added in default.html
This html code is to implement the Dash Chat proposal submitted to the network by Roberto Azar (+1 squashed commit) Squashed commits: [492360e] adding livechat control to default layout
This commit is contained in:
parent
701172bb20
commit
2c308564d6
1 changed files with 12 additions and 0 deletions
|
@ -46,5 +46,17 @@
|
|||
}
|
||||
</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);
|
||||
})();
|
||||
</script>
|
||||
<!-- End of LiveChat code -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue