<script type="text/javascript" src="https://my.localhost.ru:3002/js/index.js"></script>
<script type="text/javascript">
if (window.billChat) {
billChat.init({
project: 1,
lang: 'ru',
backgroundColor: '#99c21c',
borderColor: '#CCC',
baseUrl: 'https://my.localhost.ru:3002/'
});
}
</script>
<a href="javascript: openBillChat()">Open Chat</a>
function openBillChat()
{
if (window.billChat) {
billChat.init({
project: 1,
lang: 'ru',
backgroundColor: '#99c21c',
borderColor: '#CCC',
baseUrl: 'https://my.localhost.ru:3002/'
});
}
}