mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-14 10:37:21 +08:00
removed resyncing pb data noticde
This commit is contained in:
parent
cdc448d37f
commit
9ef86f0926
1 changed files with 4 additions and 4 deletions
|
@ -1790,10 +1790,10 @@ function showResult(difficultyFailed = false) {
|
|||
if (e.data.resultCode === 2) {
|
||||
//new pb
|
||||
if (!localPb) {
|
||||
showNotification(
|
||||
"Local PB data is out of sync! Resyncing.",
|
||||
5000
|
||||
);
|
||||
// showNotification(
|
||||
// "Local PB data is out of sync! Resyncing.",
|
||||
// 5000
|
||||
// );
|
||||
}
|
||||
db_saveLocalPB(
|
||||
config.mode,
|
||||
|
|
Loading…
Add table
Reference in a new issue