Driver of the Day Persistence

This commit is contained in:
ssyyhhrr
2023-03-15 16:39:42 +00:00
parent c185abe7b7
commit bec302b2c6
7 changed files with 53 additions and 31 deletions

View File

@@ -240,6 +240,7 @@ async function submit(guess, real) {
})
})
let winner = await data.json()
console.log(winner)
let gg = document.getElementsByClassName("input")[0]
if (gg != null) {
gg.classList.remove("input")

View File

@@ -1 +1 @@
{}
{"2023-03-13":{"visits":4,"guesses":0}}