Fixed answer in result table.

This commit is contained in:
doncr 2016-12-16 18:13:14 +00:00
parent 1aef116eef
commit f4813bedfb

View File

@ -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);