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) {
|
if (possiblyCorrect) {
|
||||||
ok.textContent = ""
|
ok.textContent = "❓"
|
||||||
ok.title = "Possibly correct"
|
ok.title = "Possibly correct"
|
||||||
} else {
|
} else {
|
||||||
ok.textContent = "🙅"
|
ok.textContent = "⛔"
|
||||||
ok.title = "Definitely not correct"
|
ok.title = "Definitely not correct"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue