final try for chat box to libera - works when manually tested

This commit is contained in:
Carsten Haitzler 2021-06-14 12:20:40 +01:00
parent d74ceabee7
commit ab88e102e2
1 changed files with 1 additions and 1 deletions

View File

@ -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);