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({
|
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>
|
||||||
|
|
Loading…
Reference in a new issue