Відмінності між версіями «Test2»

нема опису редагування
Рядок 8: Рядок 8:
<head>
<head>
<button class="open-zammad-chat">Chat with us</button>
<button class="open-zammad-chat">Chat with us</button>
<script src="https://crm-test-ccs.court.gov.ua/assets/chat/chat.min.js"></script>
<script>
function() {
  new ZammadChat({
    background: '#e4e4e3',
    fontSize: '12px',
    chatId: 1,
    show: false
  });
};
</script>
</head>
</head>
</html>
</html>