Fixed issue #664 - Missing comma in 'manual button' causes syntax error.

This commit is contained in:
Thorsten Eckel 2017-02-01 15:51:14 +01:00
parent 8800a4a861
commit 789183c7b2

View file

@ -159,7 +159,7 @@ $(function() {
<script>
$(function() {
new ZammadChat({
<span class="js-modal-params"></span>
<span class="js-modal-params"></span>,
show: false
});
});