Skip to content

Commit

Permalink
Try to fix #8
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyEye-FAST committed Jul 11, 2024
1 parent dcc31f1 commit 6503663
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions static/js/quiz.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ $(document).ready(function () {
$("#inputBox").on("input", updateBoxes);

$("#inputBox").on("input", function () {
updateBoxes();

const input = $(this).val();
const currentKey = questionKeys[currentQuestionIndex];
const correctAnswer = questions[currentKey].translation;
Expand Down

0 comments on commit 6503663

Please sign in to comment.