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:
6127743
)
shortened info about joining channels
author
Andrew Engelbrecht
<andrew@fsf.org>
Tue, 16 Mar 2021 22:33:57 +0000
(18:33 -0400)
committer
Andrew Engelbrecht
<andrew@fsf.org>
Tue, 16 Mar 2021 22:33:57 +0000
(18:33 -0400)
to make more fit on one fullscreen x200
2021/assets/js/stream.js
patch
|
blob
|
blame
|
history
diff --git
a/2021/assets/js/stream.js
b/2021/assets/js/stream.js
index 809c46326e1eddff336b0fae483b70ca655249ac..1e7686b7dbab62a35d0c1f45350d5619cb9155ef 100644
(file)
--- a/
2021/assets/js/stream.js
+++ b/
2021/assets/js/stream.js
@@
-308,10
+308,7
@@
app.view = function(ctrl) {
// show or hide irc info based on page URL
if (!window.location.pathname.match(RegExp("\/2021\/live.*"))) {
var irc_info = [
- "Freenode IRC channel for ",
- stream.name,
- ": ",
- m("br"),
+ "This room's channel: ",
m("strong", ["/join ", stream.ircChannel])
];
} else {