mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-29 19:32:26 +08:00
changed banner text
This commit is contained in:
parent
abd8714024
commit
7f9f458305
1 changed files with 2 additions and 2 deletions
|
|
@ -1982,7 +1982,7 @@ $(".pageTribe .prelobby .matchmaking .startMatchmakingButton").click((e) => {
|
|||
if ($(e.currentTarget).hasClass("disabled")) return;
|
||||
let queue = Matchmaking.getQ();
|
||||
if (queue.length == 0) return;
|
||||
Matchmaking.setBannerText("Searching for a room...");
|
||||
Matchmaking.setBannerText("Waiting for more players...");
|
||||
Matchmaking.showBanner();
|
||||
state = 6;
|
||||
// lastQueue = queue;
|
||||
|
|
@ -2001,7 +2001,7 @@ $(".pageTest #result #queueAgainButton").click((e) => {
|
|||
if ($(e.currentTarget).hasClass("disabled")) return;
|
||||
let queue = Matchmaking.getQ();
|
||||
if (queue.length == 0) return;
|
||||
Matchmaking.setBannerText("Searching for a room...");
|
||||
Matchmaking.setBannerText("Waiting for more players...");
|
||||
Matchmaking.showBanner();
|
||||
showHideTribeDiff(false);
|
||||
state = 6;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue