From fd36c23074da0c3a2ecfa0586c88dc07b7335287 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Sun, 21 Mar 2021 12:16:40 -0400 Subject: [PATCH] show /join urls on main stream pages requested by zoe and ggoes --- 2021/assets/js/stream.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/2021/assets/js/stream.js b/2021/assets/js/stream.js index f2cfc157..d12dbdc8 100644 --- a/2021/assets/js/stream.js +++ b/2021/assets/js/stream.js @@ -306,7 +306,8 @@ app.view = function(ctrl) { } // show or hide irc info based on page URL - if (!window.location.pathname.match(RegExp("\/2021\/live.*"))) { + //if (!window.location.pathname.match(RegExp("\/2021\/live.*"))) { + if (true) { var irc_info = [ "This room's channel: ", m("strong", ["/join ", stream.ircChannel]) -- 2.25.1