mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-17 22:29:52 +08:00
added repeated test notice
This commit is contained in:
parent
8dfe9596ae
commit
07295b840d
1 changed files with 6 additions and 0 deletions
|
|
@ -3203,6 +3203,12 @@ function updateTestModesNotice() {
|
|||
|
||||
$(".pageTest #testModesNotice").empty();
|
||||
|
||||
if (sameWordset) {
|
||||
$(".pageTest #testModesNotice").append(
|
||||
`<div style="color:var(--error-color);"><i class="fas fa-sync-alt"></i>repeated</div>`
|
||||
);
|
||||
}
|
||||
|
||||
if (config.difficulty === "expert") {
|
||||
$(".pageTest #testModesNotice").append(
|
||||
`<div><i class="fas fa-star-half-alt"></i>expert</div>`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue