move chat bubble to libera

This commit is contained in:
Carsten Haitzler 2021-06-14 11:32:25 +01:00
parent 27d15794e7
commit cc62d8c175
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.freenode.net/?nick=' + nick + '&theme=cli#e');
'https://kiwiirc.com/client/irc.libera.chat/?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);