From 2c76b13e2ad01e956fde3ed5b25764f4a3bf6768 Mon Sep 17 00:00:00 2001 From: Jack Date: Sat, 30 May 2020 13:46:06 +0100 Subject: [PATCH] added raw to the result table --- public/index.html | 1 + public/js/account.js | 1 + 2 files changed, 2 insertions(+) diff --git a/public/index.html b/public/index.html index 50c362e94..5559e50f6 100644 --- a/public/index.html +++ b/public/index.html @@ -519,6 +519,7 @@ wpm + raw accuracy correct
chars incorrect
chars diff --git a/public/js/account.js b/public/js/account.js index 7781302c3..6dbc74b88 100644 --- a/public/js/account.js +++ b/public/js/account.js @@ -407,6 +407,7 @@ function loadMoreLines(){ $(".pageAccount .history table tbody").append(` ${result.wpm} + ${result.rawWpm} ${result.acc}% ${result.correctChars} ${result.incorrectChars}