From 608cb1f8806978b90d950e8e01eae4242c507640 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Thu, 18 Mar 2021 10:27:29 -0400 Subject: [PATCH] hide channel names on registered page for now --- 2021/assets/js/stream.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/2021/assets/js/stream.js b/2021/assets/js/stream.js index e9ec072e..dcd86955 100644 --- a/2021/assets/js/stream.js +++ b/2021/assets/js/stream.js @@ -308,8 +308,9 @@ app.view = function(ctrl) { // show or hide irc info based on page URL if (!window.location.pathname.match(RegExp("\/2021\/live.*"))) { var irc_info = [ - "This room's channel: ", - m("strong", ["/join ", stream.ircChannel]) + "IRC channel names will be listed here" +// "This room's channel: ", +// m("strong", ["/join ", stream.ircChannel]) ]; // set css to show irc links in sidebar //document.querySelector('#irc-links-panel').style.display = "block"; -- 2.25.1