From 9d51ccbb27ec2b0e1e784e736e8b8fd11711adba Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Fri, 15 Mar 2019 15:43:38 -0400 Subject: [PATCH] move IRC header lower on the live page the "join the discussion online" section has info for mircoblogging and mumble, so the IRC header should be below that section, like it is on the static streaming pages. --- 2019/assets/js/stream.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2019/assets/js/stream.js b/2019/assets/js/stream.js index 35e70057..c60933f4 100644 --- a/2019/assets/js/stream.js +++ b/2019/assets/js/stream.js @@ -291,7 +291,6 @@ app.view = function(ctrl) { renderSpeakerStream(), showDesktop ? renderDesktopStream() : null, renderToggleDesktopStream(), - m("h2", "IRC"), m("p", "Join the discussion online!"), m("ul", [ m("li", [ @@ -314,7 +313,8 @@ app.view = function(ctrl) { ": ", m("strong", "#libreplanet") ]) - ]) + ]), + m("h2", "IRC") ]; }; -- 2.25.1