diff --git a/conjugation/drill.js b/conjugation/drill.js index aab2149..6d7c834 100644 --- a/conjugation/drill.js +++ b/conjugation/drill.js @@ -729,7 +729,7 @@ function updateHistoryView(log) { var td3 = $(''); td1.html(entry.question); - td2.html(entry.answerWithFurigana); + td2.html(entry.answer); td3.text(entry.response); tr.append(td1);