diff --git a/public/index.html b/public/index.html index e392498b2..35fdd4586 100644 --- a/public/index.html +++ b/public/index.html @@ -2666,6 +2666,7 @@ wpm raw accuracy + consistency @@ -2704,6 +2705,7 @@ wpm raw accuracy + consistency diff --git a/public/js/account.js b/public/js/account.js index 7681582e5..7f7233f20 100644 --- a/public/js/account.js +++ b/public/js/account.js @@ -1489,24 +1489,28 @@ function fillPbTables() { - - - + - 30 - - - + - 60 - - - + - 120 - - - + - `); $(".pageAccount .wordsPbTable tbody").html(` @@ -1515,24 +1519,28 @@ function fillPbTables() { - - - + - 25 - - - + - 50 - - - + - 100 - - - + - `); @@ -1548,6 +1556,9 @@ function fillPbTables() { ${pbData.wpm} ${pbData.raw === undefined ? "-" : pbData.raw} ${pbData.acc === undefined ? "-" : pbData.acc + "%"} + + ${pbData.consistency === undefined ? "-" : pbData.consistency + "%"} + `; } catch (e) { text += ` @@ -1555,6 +1566,7 @@ function fillPbTables() { - - - + - `; } try { @@ -1564,6 +1576,9 @@ function fillPbTables() { ${pbData.wpm} ${pbData.raw === undefined ? "-" : pbData.raw} ${pbData.acc === undefined ? "-" : pbData.acc + "%"} + + ${pbData.consistency === undefined ? "-" : pbData.consistency + "%"} + `; } catch (e) { text += ` @@ -1571,6 +1586,7 @@ function fillPbTables() { - - - + - `; } try { @@ -1580,6 +1596,9 @@ function fillPbTables() { ${pbData.wpm} ${pbData.raw === undefined ? "-" : pbData.raw} ${pbData.acc === undefined ? "-" : pbData.acc + "%"} + + ${pbData.consistency === undefined ? "-" : pbData.consistency + "%"} + `; } catch (e) { text += ` @@ -1587,6 +1606,7 @@ function fillPbTables() { - - - + - `; } try { @@ -1596,6 +1616,9 @@ function fillPbTables() { ${pbData.wpm} ${pbData.raw === undefined ? "-" : pbData.raw} ${pbData.acc === undefined ? "-" : pbData.acc + "%"} + + ${pbData.consistency === undefined ? "-" : pbData.consistency + "%"} + `; } catch (e) { text += ` @@ -1603,6 +1626,7 @@ function fillPbTables() { - - - + - `; } $(".pageAccount .timePbTable tbody").html(text); @@ -1615,6 +1639,9 @@ function fillPbTables() { ${pbData.wpm} ${pbData.raw === undefined ? "-" : pbData.raw} ${pbData.acc === undefined ? "-" : pbData.acc + "%"} + + ${pbData.consistency === undefined ? "-" : pbData.consistency + "%"} + `; } catch (e) { text += ` @@ -1622,6 +1649,7 @@ function fillPbTables() { - - - + - `; } try { @@ -1631,6 +1659,9 @@ function fillPbTables() { ${pbData.wpm} ${pbData.raw === undefined ? "-" : pbData.raw} ${pbData.acc === undefined ? "-" : pbData.acc + "%"} + + ${pbData.consistency === undefined ? "-" : pbData.consistency + "%"} + `; } catch (e) { text += ` @@ -1638,6 +1669,7 @@ function fillPbTables() { - - - + - `; } try { @@ -1647,6 +1679,9 @@ function fillPbTables() { ${pbData.wpm} ${pbData.raw === undefined ? "-" : pbData.raw} ${pbData.acc === undefined ? "-" : pbData.acc + "%"} + + ${pbData.consistency === undefined ? "-" : pbData.consistency + "%"} + `; } catch (e) { text += ` @@ -1654,6 +1689,7 @@ function fillPbTables() { - - - + - `; } try { @@ -1663,6 +1699,9 @@ function fillPbTables() { ${pbData.wpm} ${pbData.raw === undefined ? "-" : pbData.raw} ${pbData.acc === undefined ? "-" : pbData.acc + "%"} + + ${pbData.consistency === undefined ? "-" : pbData.consistency + "%"} + `; } catch (e) { text += ` @@ -1670,6 +1709,7 @@ function fillPbTables() { - - - + - `; } $(".pageAccount .wordsPbTable tbody").html(text);