raster pushed a commit to branch master.

http://git.enlightenment.org/website/www.git/commit/?id=cc62d8c175d58c5525edf45567ac4305076529a2

commit cc62d8c175d58c5525edf45567ac4305076529a2
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Mon Jun 14 11:32:25 2021 +0100

    move chat bubble to libera
---
 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 6d9a3574..47363c57 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.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);

-- 


Reply via email to