mirror of
https://github.com/ZetaKebab/japanese-conjugation-drill.git
synced 2025-06-25 15:17:38 +00:00
Fixed answer in result table.
This commit is contained in:
@ -729,7 +729,7 @@ function updateHistoryView(log) {
|
||||
var td3 = $('<td>');
|
||||
|
||||
td1.html(entry.question);
|
||||
td2.html(entry.answerWithFurigana);
|
||||
td2.html(entry.answer);
|
||||
td3.text(entry.response);
|
||||
|
||||
tr.append(td1);
|
||||
|
Reference in New Issue
Block a user