mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-11 09:34:35 +08:00
stopping spinning
This commit is contained in:
parent
9c4c4e991e
commit
22eb83860f
1 changed files with 1 additions and 0 deletions
|
@ -1563,6 +1563,7 @@ export function finish(difficultyFailed = false) {
|
|||
);
|
||||
}
|
||||
if (!window.navigator.onLine) {
|
||||
AccountButton.loading(false);
|
||||
Notifications.add("You are offline. Result not saved.", -1);
|
||||
} else {
|
||||
CloudFunctions.testCompleted({
|
||||
|
|
Loading…
Reference in a new issue