mirror of https://github.com/dirtbags/moth.git
Culturally neutral emoji based on observations at Augusta Puzzle event
This commit is contained in:
parent
1614b02b66
commit
4df0ace18e
|
@ -189,10 +189,10 @@ function answerCheck(e) {
|
|||
}
|
||||
|
||||
if (possiblyCorrect) {
|
||||
ok.textContent = ""
|
||||
ok.textContent = "❓"
|
||||
ok.title = "Possibly correct"
|
||||
} else {
|
||||
ok.textContent = "🙅"
|
||||
ok.textContent = "⛔"
|
||||
ok.title = "Definitely not correct"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue