mirror of
https://github.com/ZetaKebab/japanese-conjugation-drill.git
synced 2025-01-14 22:08:44 +00:00
Fixed answer in result table.
This commit is contained in:
parent
1aef116eef
commit
f4813bedfb
@ -729,7 +729,7 @@ function updateHistoryView(log) {
|
|||||||
var td3 = $('<td>');
|
var td3 = $('<td>');
|
||||||
|
|
||||||
td1.html(entry.question);
|
td1.html(entry.question);
|
||||||
td2.html(entry.answerWithFurigana);
|
td2.html(entry.answer);
|
||||||
td3.text(entry.response);
|
td3.text(entry.response);
|
||||||
|
|
||||||
tr.append(td1);
|
tr.append(td1);
|
||||||
|
Loading…
Reference in New Issue
Block a user