Fix some race page layout issues
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 14s

This commit is contained in:
2024-02-26 23:52:51 +01:00
parent 1f4489b3aa
commit 16be73c1c1
2 changed files with 4 additions and 6 deletions

View File

@ -1,8 +1,6 @@
// Set the date we're counting down to
var raceTime = document.getElementById("race_date").innerHTML
console.log(raceTime)
var countDownDate = new Date(raceTime).getTime();
console.log(countDownDate)
// Update the countdown every 1 second
var x = setInterval(function() {