raster pushed a commit to branch master. http://git.enlightenment.org/website/www.git/commit/?id=667ad9c152e7b81871b605ef9280ed6c9c9c3adc
commit 667ad9c152e7b81871b605ef9280ed6c9c9c3adc Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com> Date: Tue Jun 15 08:25:34 2021 +0100 fix chat url --- 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 6bf5c48f..7beff5e6 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/?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); --