From 04b6560ebbacd05ef795e00cd8d586395dc046ed Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Tue, 16 Mar 2021 18:13:02 -0400 Subject: [PATCH] removed "IRC" header on live page 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/2021/assets/js/stream.js b/2021/assets/js/stream.js index 50bbe918..809c4632 100644 --- a/2021/assets/js/stream.js +++ b/2021/assets/js/stream.js @@ -354,7 +354,6 @@ app.view = function(ctrl) { m("strong", "#libreplanet") ]) ]), - m("h2", "IRC") ]; }; -- 2.25.1