mirror of
https://github.com/ssyyhhrr/stewardle.git
synced 2025-11-15 13:23:49 -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")
|
||||
|
||||
Reference in New Issue
Block a user