Show Thursday schedule by default

This commit is contained in:
Ben Sturmfels 2024-03-26 13:02:25 +11:00
parent e0412f895f
commit 72bdba3bd4
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0

View file

@ -8794,7 +8794,12 @@
<script type="text/javascript">
$('.tab-pane').hide();
if (window.location.hash) {
$(window.location.hash).show();
}
else {
$('#thursday').show();
}
$(".nav-item").click(function(event) {
// This updates the window location fragment so that
// the URL bar is updated, and so that when you go