showing 1k and 10k in test modes notice

This commit is contained in:
Jack 2020-10-28 20:41:28 +00:00
parent 9faac5611c
commit a3f61e1167

View file

@ -3461,6 +3461,12 @@ function updateTestModesNotice() {
);
}
if (config.language === "english_1k" || config.language === "english_10k") {
$(".pageTest #testModesNotice").append(
`<div class="text-button" commands="commandsLanguages"><i class="fas fa-globe-americas"></i>${config.language.replace("_", " ")}</div>`
);
}
if (config.difficulty === "expert") {
$(".pageTest #testModesNotice").append(
`<div class="text-button" commands="commandsDifficulty"><i class="fas fa-star-half-alt"></i>expert</div>`