more changes to rooms lists
authorAndrew Engelbrecht <andrew@fsf.org>
Fri, 16 Feb 2018 18:59:25 +0000 (13:59 -0500)
committerAndrew Engelbrecht <andrew@fsf.org>
Fri, 16 Feb 2018 18:59:25 +0000 (13:59 -0500)
2018/assets/js/stream.js
2018/includes/live_menu.html

index 88799380a1f6f1f452d8e2567874c40a2f80fc8d..284763dcf69e07500731899ab91cbf020982b797 100644 (file)
@@ -129,17 +129,17 @@ app.withVideo = function(id, callback) {
 
 app.streams = [
   {
+    name: "Room 101",
+    speakerMount: "/stream-101.webm",
+    desktopMount: "/slides-101.webm",
+    speakerSmallMount: "/stream-101-480p.webm",
+    ircChannel: "#libreplanet_room101"
+  }, {
     name: "Room 123",
     speakerMount: "/stream-123.webm",
     desktopMount: "/slides-123.webm",
     speakerSmallMount: "/stream-123-480p.webm",
     ircChannel: "#libreplanet_room123"
-  }, {
-    name: "Room 141",
-    speakerMount: "/stream-141.webm",
-    desktopMount: "/slides-141.webm",
-    speakerSmallMount: "/stream-141-480p.webm",
-    ircChannel: "#libreplanet_room141"
   }, {
     name: "Room 144",
     speakerMount: "/stream-144.webm",
index 8653db63928aead22835434661942bb020365ec7..25788d02e794d46c8309ac391aac800b1195ee54 100644 (file)
@@ -1,8 +1,9 @@
 <div class="row">
   <div class="col-sm-offset-1 col-sm-10">
        <ol class="breadcrumb text-center">
+         <li id="room101"><a class="alt-a" href="./room101.html">Room 101</a></li>
          <li id="room123"><a class="alt-a" href="./room123.html">Room 123</a></li>
-         <li id="room141"><a class="alt-a" href="./room141.html">Room 141</a></li>
+         <li id="room144"><a class="alt-a" href="./room144.html">Room 144</a></li>
          <li id="room155"><a class="alt-a" href="./room155.html">Room 155</a></li>
        </ol>
   </div>