forked from reudnetz/website
chat funktionierender gemacht
This commit is contained in:
parent
9b376e2d95
commit
2bda86c132
1 changed files with 4 additions and 2 deletions
|
@ -17,7 +17,8 @@
|
|||
new ZammadChat({
|
||||
fontSize: '12px',
|
||||
chatId: 1,
|
||||
show: false
|
||||
show: false,
|
||||
target: $('.chatwindow')
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
@ -48,6 +49,7 @@
|
|||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="chatwindow" />
|
||||
<div class="row content">
|
||||
<div class="fg8">
|
||||
{% block content %}
|
||||
|
@ -61,7 +63,7 @@
|
|||
<p>
|
||||
mail [at] reudnetz [dot] org<br />
|
||||
</p>
|
||||
<button class="open-zammad-chat">Chat with us</button>
|
||||
<button class="open-zammad-chat">Chat öffnen</button>
|
||||
{% endblock seitenleiste %}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue