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

Матеріал з Вікіпедія ЄСІТС
Перейти до навігації Перейти до пошуку
Рядок 7: Рядок 7:
<html>
<html>
<head>
<head>
<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>
<script>
$function() {
$(function() {
   new ZammadChat({
   new ZammadChat({
     background: '#e4e4e3',
     background: '#e4e4e3',
     fontSize: '12px',
     fontSize: '12px',
     chatId: 1,
     chatId: 1,
     debug: true
     show: false
   });
   });
};
});
</script>
</script>
</head>
</head>
</html>
</html>

Версія за 22:26, 24 березня 2022

1 2