added repeated test notice

This commit is contained in:
Jack 2020-09-24 21:22:28 +01:00
parent 8dfe9596ae
commit 07295b840d

View file

@ -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>`