updated js for stream page
authorAndrew Engelbrecht <andrew@fsf.org>
Mon, 7 Mar 2022 21:30:23 +0000 (16:30 -0500)
committerzoe <zoe@fsf.org>
Fri, 11 Mar 2022 02:57:44 +0000 (03:57 +0100)
2022/assets/js/stream.js

index 09e63d1c4e65dcc2c78018483b0dccde5335b160..02a067c3ae9d1f7239d6e1b369e7fb861ac9d52d 100644 (file)
@@ -129,23 +129,23 @@ app.withVideo = function(id, callback) {
 
 app.streams = [
   {
-    name: "Back Bay Grand Room",
-    speakerMount: "/stream-room-grand.webm",
-    desktopMount: "/slides-room-grand.webm",
-    speakerSmallMount: "/stream-room-grand-480p.webm",
-    ircChannel: "#libreplanet_room_grand"
+    name: "Jupiter Room",
+    speakerMount: "/stream-room-jupiter.webm",
+    desktopMount: "/slides-room-jupiter.webm",
+    speakerSmallMount: "/stream-room-jupiter-480p.webm",
+    ircChannel: "#libreplanet_room_jupiter"
   }, {
-    name: "Freedom Room",
-    speakerMount: "/stream-room-freedom.webm",
-    desktopMount: "/slides-room-freedom.webm",
-    speakerSmallMount: "/stream-room-freedom-480p.webm",
-    ircChannel: "#libreplanet_room_freedom"
+    name: "Saturn Room",
+    speakerMount: "/stream-room-saturn.webm",
+    desktopMount: "/slides-room-saturn.webm",
+    speakerSmallMount: "/stream-room-saturn-480p.webm",
+    ircChannel: "#libreplanet_room_saturn"
   }, {
-    name: "Patriot Room",
-    speakerMount: "/stream-room-patriot.webm",
-    desktopMount: "/slides-room-patriot.webm",
-    speakerSmallMount: "/stream-room-patriot-480p.webm",
-    ircChannel: "#libreplanet_room_patriot"
+    name: "Neptune Room",
+    speakerMount: "/stream-room-neptune.webm",
+    desktopMount: "/slides-room-neptune.webm",
+    speakerSmallMount: "/stream-room-neptune-480p.webm",
+    ircChannel: "#libreplanet_room_neptune"
   }
 ];
 
@@ -330,7 +330,7 @@ app.view = function(ctrl) {
       // ]),
       m("li", [
         "Conference hashtag for ",
-        m("a", { href: "https://fsf.org/twitter" }, "microblogging"),
+        m("a", { target: "_blank", href: "https://www.fsf.org/share" }, "microblogging"),
         ": ",
         m("strong", "#libreplanet")
       ])