mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-11 13:57:28 +08:00
added raw to the result table
This commit is contained in:
parent
1d35ee7297
commit
2c76b13e2a
2 changed files with 2 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue