Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 0fabd05

Browse files
committed
webui: Remove Chatwoot widget from website
As per #190, as it's not really doing anything useful for us at this stage.
1 parent 6c8d770 commit 0fabd05

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

webui/templates/footer.html

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -56,22 +56,6 @@
5656
fathom('trackPageview');
5757
</script>
5858
<!-- / Fathom -->
59-
<!-- Chatwoot start -->
60-
<script>
61-
(function(d,t) {
62-
let BASE_URL = "https://app.chatwoot.com";
63-
let g=d.createElement(t),s=d.getElementsByTagName(t)[0];
64-
g.src= BASE_URL + "/packs/js/sdk.js";
65-
s.parentNode.insertBefore(g,s);
66-
g.onload=function(){
67-
window.chatwootSDK.run({
68-
websiteToken: 'Gujen34nkfCAiu4sPfovyZbV',
69-
baseUrl: BASE_URL
70-
})
71-
}
72-
})(document,"script");
73-
</script>
74-
<!-- Chatwoot end -->
7559
[[ end ]]
7660

7761
<script type="application/javascript">

0 commit comments

Comments
 (0)