fix chat url

This commit is contained in:
Carsten Haitzler 2021-06-15 08:25:34 +01:00
parent ab88e102e2
commit 667ad9c152
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/?port=6667&tls=true?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);