From: Andrew Engelbrecht Date: Fri, 15 Mar 2019 19:43:38 +0000 (-0400) Subject: move IRC header lower on the live page X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9d51ccbb27ec2b0e1e784e736e8b8fd11711adba;p=libreplanet-static.git 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. --- 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") ]; };