removed "IRC" header on live page
authorAndrew Engelbrecht <andrew@fsf.org>
Tue, 16 Mar 2021 22:13:02 +0000 (18:13 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Tue, 16 Mar 2021 22:17:00 +0000 (18:17 -0400)
this reduces text between the video and the irc chat window, so both can
almost completely fit together on an x200 with the browser window
fullscreen.

2021/assets/js/stream.js

index 50bbe918c42755031f5b1781a5f8813dd2c4ad5c..809c46326e1eddff336b0fae483b70ca655249ac 100644 (file)
@@ -354,7 +354,6 @@ app.view = function(ctrl) {
         m("strong", "#libreplanet")
       ])
     ]),
-    m("h2", "IRC")
   ];
 };