mirror of
https://github.com/ssyyhhrr/stewardle.git
synced 2025-11-08 10:33:46 -05:00
Driver of the Day Persistence
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -1 +1 @@
|
||||
{}
|
||||
{"2023-03-13":{"visits":4,"guesses":0}}
|
||||
Reference in New Issue
Block a user