Skip to content

Commit

Permalink
Update calendar for VIS governance
Browse files Browse the repository at this point in the history
  • Loading branch information
dylancashman committed Oct 15, 2024
1 parent 356a8ee commit d109ba9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion static/2024/css/schedule.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@
[times] 5em
[bayshorefoyer-start] 1fr
[bayshorefoyer-end bayshoreplenary-start] 1fr
[bayshoreplenary-end bayshore3-start] 1fr
[bayshoreplenary-end bayshore1-start] 1fr
[bayshore1-end bayshore3-start] 1fr
[bayshore3-end timezones-start] 5em
[timezones-end];
}
Expand Down
1 change: 1 addition & 0 deletions static/2024/js/views/calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -818,6 +818,7 @@ function populateRooms(calendarSelection, roomNames, day) {
roomData = [
{ link: 'room_bayshorefoyer.html', roomId: 'bayshorefoyer', text: "Bayshore Foyer" },
{ link: 'room_bayshoreplenary.html', roomId: 'bayshoreplenary', text: "Bayshore I + II + III" },
{ link: 'room_bayshore1.html', roomId: 'bayshore1', text: "Bayshore I" },
{ link: 'room_bayshore3.html', roomId: 'bayshore3', text: "Bayshore III" }
];
break;
Expand Down

0 comments on commit d109ba9

Please sign in to comment.