diff --git a/g/names.html b/g/names/index.html similarity index 96% rename from g/names.html rename to g/names/index.html index 4f1338b..1988780 100644 --- a/g/names.html +++ b/g/names/index.html @@ -128,6 +128,9 @@ function addTimeSlotRow(time) { const namesForTime = getNamesForTimeSlot(time); document.getElementById("names").innerHTML += "" + namesForTime[0] + "" + namesForTime[1] + "" + namesForTime[2] + "" + namesForTime[3] + ""; + if (time == latestUpdateTimeSlot) { + document.getElementById(latestUpdateTimeSlot).classList += "current"; + } } function removeTimeSlotRow(time) {