added raw to the result table

This commit is contained in:
Jack 2020-05-30 13:46:06 +01:00
parent 1d35ee7297
commit 2c76b13e2a
2 changed files with 2 additions and 0 deletions

View file

@ -519,6 +519,7 @@
<thead>
<tr>
<td>wpm</td>
<td>raw</td>
<td>accuracy</td>
<td>correct<br>chars</td>
<td>incorrect<br>chars</td>

View file

@ -407,6 +407,7 @@ function loadMoreLines(){
$(".pageAccount .history table tbody").append(`
<tr>
<td>${result.wpm}</td>
<td>${result.rawWpm}</td>
<td>${result.acc}%</td>
<td>${result.correctChars}</td>
<td>${result.incorrectChars}</td>