feat: add chat support to index.html
All checks were successful
release-please / release-please (push) Successful in 2m1s
All checks were successful
release-please / release-please (push) Successful in 2m1s
This commit is contained in:
parent
447bdb56a0
commit
f69b3bb759
1 changed files with 9 additions and 0 deletions
|
@ -17,5 +17,14 @@
|
|||
</head>
|
||||
<body class="h-full base-100 mat-typography">
|
||||
<app-root></app-root>
|
||||
<script src="https://support.kjan.de/assets/chat/chat-no-jquery.min.js"></script>
|
||||
<script>
|
||||
(function() {
|
||||
new ZammadChat({
|
||||
fontSize: '12px',
|
||||
chatId: 1
|
||||
});
|
||||
})();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue