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:
RobertoAzar 2017-03-04 22:38:50 -05:00 committed by Chuck Williams
parent 701172bb20
commit 2c308564d6

View file

@ -46,5 +46,17 @@
} }
</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);
})();
</script>
<!-- End of LiveChat code -->
</body> </body>
</html> </html>