Small fixes

This commit is contained in:
Natsumi
2021-10-06 07:17:39 +13:00
parent e0664bf8c6
commit a6da42cc43
2 changed files with 6 additions and 4 deletions

View File

@@ -4097,6 +4097,7 @@ speechSynthesis.getVoices();
);
}
} catch (err) {
API.isRefreshFriendsLoading = false;
console.error(err);
}
setTimeout(() => this.updateLoop(), 500);
@@ -7448,7 +7449,7 @@ speechSynthesis.getVoices();
if (length > 1) {
this.updateGameLog(this.gameLogTable.data[length - 1].created_at);
} else {
this.refreshEntireGameLog();
this.updateGameLog('1970-01-01');
}
};