Merge branch 'stable' of ssh://vcs.fsf.org/libreplanet-static into stable
[libreplanet-static.git] / 2021 / assets / js / stream.js
index dcd8695534d922588efec0dd59993f066ec5f8ce..f2cfc1570ec0eff40fc620b85b983eeaece6e9ec 100644 (file)
@@ -308,12 +308,11 @@ app.view = function(ctrl) {
   // show or hide irc info based on page URL
   if (!window.location.pathname.match(RegExp("\/2021\/live.*"))) {
     var irc_info = [
-        "IRC channel names will be listed here"
-//      "This room's channel: ",
-//      m("strong", ["/join ", stream.ircChannel])
+      "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";
+    document.querySelector('#irc-links-panel').style.display = "block";
   } else {
     var irc_info = [
       m("strong", [