mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-29 03:20:46 +08:00
clearing result when queueing again
This commit is contained in:
parent
dc7e8ce421
commit
65ca667ca0
1 changed files with 1 additions and 0 deletions
|
|
@ -2006,6 +2006,7 @@ $(".pageTest #result #queueAgainButton").click((e) => {
|
|||
$(".pageTribe .prelobby .matchmaking .leaveMatchmakingButton").removeClass(
|
||||
"hidden"
|
||||
);
|
||||
resetResult();
|
||||
}, 1000);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue