not showing _ in funbox name

This commit is contained in:
Jack 2020-09-08 01:34:30 +01:00
parent fa8149bf16
commit eb2510e3fb

View file

@ -2133,7 +2133,7 @@ function showResult(difficultyFailed = false) {
// testType += "<br>read_ahead";
// }
if (activeFunBox !== "none") {
testType += "<br>" + activeFunBox;
testType += "<br>" + activeFunBox.replace(/_/g, " ");
}
if (config.difficulty == "expert") {
testType += "<br>expert";