hide channel names on registered page for now
authorAndrew Engelbrecht <andrew@fsf.org>
Thu, 18 Mar 2021 14:27:29 +0000 (10:27 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Thu, 18 Mar 2021 14:27:29 +0000 (10:27 -0400)
2021/assets/js/stream.js

index e9ec072ee8bc33d2c4ff7fea932fa2331eab9fc4..dcd8695534d922588efec0dd59993f066ec5f8ce 100644 (file)
@@ -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";