mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-11 22:23:32 +08:00
removed notifications
This commit is contained in:
parent
e14d44ed97
commit
b94787ad5f
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ let configChangedBeforeDb = false;
|
|||
//cookies
|
||||
async function saveConfigToCookie(noDbCheck = false) {
|
||||
if (!dbConfigLoaded && !noDbCheck) {
|
||||
console.log('config changed before db loaded!');
|
||||
// console.log('config changed before db loaded!');
|
||||
configChangedBeforeDb = true;
|
||||
}
|
||||
// showNotification('saving to cookie',1000);
|
||||
|
@ -83,7 +83,7 @@ async function saveConfigToDB() {
|
|||
(d) => {
|
||||
accountIconLoading(false);
|
||||
if (d.data === 1) {
|
||||
showNotification('config saved to db',1000);
|
||||
// showNotification('config saved to db',1000);
|
||||
} else {
|
||||
showNotification("Error saving config to DB!", 4000);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue