From: Andrew Engelbrecht Date: Tue, 16 Mar 2021 22:33:57 +0000 (-0400) Subject: shortened info about joining channels X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9fc52b404dc6098ada91380af034b880e7852272;p=libreplanet-static.git shortened info about joining channels to make more fit on one fullscreen x200 --- diff --git a/2021/assets/js/stream.js b/2021/assets/js/stream.js index 809c4632..1e7686b7 100644 --- a/2021/assets/js/stream.js +++ b/2021/assets/js/stream.js @@ -308,10 +308,7 @@ app.view = function(ctrl) { // show or hide irc info based on page URL if (!window.location.pathname.match(RegExp("\/2021\/live.*"))) { var irc_info = [ - "Freenode IRC channel for ", - stream.name, - ": ", - m("br"), + "This room's channel: ", m("strong", ["/join ", stream.ircChannel]) ]; } else {