Skip to content

Commit 6aa4c3a

Browse files
committed
fixed tags showing test mode text when test is invalid
1 parent 6e3f707 commit 6aa4c3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/js/script.js

+2
Original file line numberDiff line numberDiff line change
@@ -2117,6 +2117,8 @@ function showResult(difficultyFailed = false) {
21172117

21182118
if (bailout) afkDetected = false;
21192119

2120+
$("#result .stats .tags").addClass("hidden");
2121+
21202122
if (difficultyFailed) {
21212123
Notifications.add("Test failed", 0);
21222124
} else if (afkDetected) {

0 commit comments

Comments
 (0)