From 9fc52b404dc6098ada91380af034b880e7852272 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Tue, 16 Mar 2021 18:33:57 -0400 Subject: [PATCH] shortened info about joining channels to make more fit on one fullscreen x200 --- 2021/assets/js/stream.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 { -- 2.25.1