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

Матеріал з Вікіпедія ЄСІТС
Перейти до навігації Перейти до пошуку
Рядок 1: Рядок 1:
<html>
<html>
<head>
<head>
$(function() {
  new ZammadChat({
    background: '#e4e4e3',
    fontSize: '12px',
    chatId: 1,
    debug: true
  });
});
<body>
<button class="open-zammad-chat">Chat with us</button>
<button class="open-zammad-chat">Chat with us</button>
</body>
</head>
</head>
</html>
</html>

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

$(function() { new ZammadChat({ background: '#e4e4e3', fontSize: '12px', chatId: 1, debug: true }); });