From ab88e102e292fd13480abef4df3f50ab77ce4bc3 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Mon, 14 Jun 2021 12:20:40 +0100 Subject: [PATCH] final try for chat box to libera - works when manually tested --- public_html/lib/tpl/e/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/lib/tpl/e/footer.html b/public_html/lib/tpl/e/footer.html index a2b09c3b..6bf5c48f 100644 --- a/public_html/lib/tpl/e/footer.html +++ b/public_html/lib/tpl/e/footer.html @@ -165,7 +165,7 @@ var iframe; if (!iframe) { iframe = document.createElement('iframe'); iframe.setAttribute('src', - 'https://kiwiirc.com/client/irc.libera.chat:+6697/?nick=' + nick + '&theme=cli#e'); + 'https://kiwiirc.com/client/irc.libera.chat/?port=6667&tls=true?nick=' + nick + '&theme=cli#e'); iframe.setAttribute('sandbox', 'allow-forms allow-scripts allow-same-origin'); iframe.setAttribute('style', 'border:0; width:360px; height:500px;'); document.getElementById('ircbubble2').appendChild(iframe);