Skip to content

Commit

Permalink
remove live chat (Rocket.Chat too unreliable)
Browse files Browse the repository at this point in the history
  • Loading branch information
jekor committed Feb 7, 2024
1 parent 6342095 commit 7624b35
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,6 @@ export default function RootLayout({
<body className={inter.className}>
{children}
<script defer data-api="https://analytics.tetmon.com/api/event" src="/assets/plausible.js"></script>
<Script id="my-script">
{`
(function(w, d, s, u) {
w.RocketChat = function(c) { w.RocketChat._.push(c) }; w.RocketChat._ = []; w.RocketChat.url = u;
var h = d.getElementsByTagName(s)[0], j = d.createElement(s);
j.async = true; j.src = 'https://chat.tetmon.com/livechat/rocketchat-livechat.min.js?_=201903270000';
h.parentNode.insertBefore(j, h);
})(window, document, 'script', 'https://chat.tetmon.com/livechat');
`}
</Script>
</body>
</html>
)
Expand Down

0 comments on commit 7624b35

Please sign in to comment.