chat funktionierender gemacht

This commit is contained in:
Yannik 2019-06-17 19:24:02 +02:00
parent 9b376e2d95
commit 2bda86c132
1 changed files with 4 additions and 2 deletions

View File

@ -17,7 +17,8 @@
new ZammadChat({ new ZammadChat({
fontSize: '12px', fontSize: '12px',
chatId: 1, chatId: 1,
show: false show: false,
target: $('.chatwindow')
}); });
}); });
</script> </script>
@ -48,6 +49,7 @@
</ul> </ul>
</div> </div>
</div> </div>
<div class="chatwindow" />
<div class="row content"> <div class="row content">
<div class="fg8"> <div class="fg8">
{% block content %} {% block content %}
@ -61,7 +63,7 @@
<p> <p>
mail [at] reudnetz [dot] org<br /> mail [at] reudnetz [dot] org<br />
</p> </p>
<button class="open-zammad-chat">Chat with us</button> <button class="open-zammad-chat">Chat öffnen</button>
{% endblock seitenleiste %} {% endblock seitenleiste %}
</div> </div>
</div> </div>