Culturally neutral emoji based on observations at Augusta Puzzle event

This commit is contained in:
Neale Pickett 2019-03-08 20:46:22 -05:00
parent 1614b02b66
commit 4df0ace18e
1 changed files with 2 additions and 2 deletions

View File

@ -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"
}
}