diff --git a/theme/puzzle.js b/theme/puzzle.js index 6eb5896..7ffbd61 100644 --- a/theme/puzzle.js +++ b/theme/puzzle.js @@ -215,8 +215,8 @@ function answerCheck(e) { possiblyCorrect(answer) .then (correct => { + document.querySelector("[name=xAnswer").value = correct || answer if (correct) { - document.querySelector("[name=xAnswer").value = correct ok.textContent = "⭕" ok.title = "Possibly correct" } else {