Skip to content

Commit

Permalink
catch all instances of the changed hall/channel name
Browse files Browse the repository at this point in the history
  • Loading branch information
sebalis committed Dec 25, 2023
1 parent 726a466 commit ca7e009
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/fahrplan.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var C3T_ROOM_MAP = {
'Saal 1': document.querySelector('#Saal_1 .talkinfo'),
'Saal Grace': document.querySelector('#Saal_Grace .talkinfo'),
'Saal Granville': document.querySelector('#Saal_Granville .talkinfo'),
'Saal Zuse': document.querySelector('#Saal_Zuse .talkinfo'),
}

Expand Down
2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h2>Wähle zum Starten unten deinen Kanal aus</h2>
<li><a href="./stream.html?channel=37c3/Saal_1/Saal_1-translation-2">Other Language</a></li>
</ul>
</div>
<div id="Saal_Grace">
<div id="Saal_Granville">
<img src="./img/channels/Saal_Granville.svg" alt="Saal_Granville">
<div class="talkinfo"></div>
<ul>
Expand Down

0 comments on commit ca7e009

Please sign in to comment.