<%- @T('You can create chat widgets for your webpages to allow visitors to chat with you.') %>
- <% if _.isEmpty(@chats): %> -<%- @T('You have no configured chat\'s right now.') %>
-<% else: %> +- -
<%- @T('Option') %> | -
---|
- - |
- - |
<%- @T('You need to add the following Java Script code snipped to your web page') %>: - -
+<script src="<%= @baseurl %>/assets/chat/chat.min.js"></script> <script> $(function() { - new ZammadChat({ +new ZammadChat({ - }); +}); }); </script>-