mirror of
https://github.com/ZetaKebab/japanese-conjugation-drill.git
synced 2025-01-14 22:08:44 +00:00
Changed correct answer symbol.
This commit is contained in:
parent
dbeaafd3b0
commit
e3d1481919
@ -474,7 +474,7 @@ function updateHistoryView(log) {
|
|||||||
tr.append(td3);
|
tr.append(td3);
|
||||||
|
|
||||||
if (entry.correct) {
|
if (entry.correct) {
|
||||||
td3.append("<span class='answer-correct'> ○</span>");
|
td3.append("<span class='answer-correct'> 〇</span>");
|
||||||
} else {
|
} else {
|
||||||
td3.append("<span class='answer-wrong'> ×</span>");
|
td3.append("<span class='answer-wrong'> ×</span>");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user