projects
/
libreplanet-static.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b08a666
)
move IRC header lower on the live page
author
Andrew Engelbrecht
<andrew@fsf.org>
Fri, 15 Mar 2019 19:43:38 +0000
(15:43 -0400)
committer
Andrew Engelbrecht
<andrew@fsf.org>
Fri, 15 Mar 2019 19:43:38 +0000
(15:43 -0400)
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
patch
|
blob
|
blame
|
history
diff --git
a/2019/assets/js/stream.js
b/2019/assets/js/stream.js
index 35e700578ac81dfa51e849999d377a0086a49a15..c60933f469129c0c134c0e72668ab2dd1c13f8c2 100644
(file)
--- 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")
];
};