mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-30 03:43:00 +08:00
fixed errors
This commit is contained in:
parent
da626a4ea0
commit
dc7e8ce421
1 changed files with 3 additions and 3 deletions
|
|
@ -17,9 +17,9 @@ export function setBannerIcon(html) {
|
|||
}
|
||||
|
||||
export function resetBanner() {
|
||||
this.setText("Tribe mm status");
|
||||
this.setIcon('<i class="fas fa-spin fa-circle-notch"></i>');
|
||||
this.hide();
|
||||
setBannerText("Tribe mm status");
|
||||
setBannerIcon('<i class="fas fa-spin fa-circle-notch"></i>');
|
||||
hideBanner();
|
||||
}
|
||||
|
||||
export function disableLobbyButtons() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue