From 50225c00d7e436b6ee0455384aed794e5a8618d0 Mon Sep 17 00:00:00 2001 From: Jack Date: Fri, 7 Aug 2020 21:38:51 +0100 Subject: [PATCH] not showing notification --- public/js/account.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/account.js b/public/js/account.js index 7692a6b66..8a9a0c20d 100644 --- a/public/js/account.js +++ b/public/js/account.js @@ -234,7 +234,7 @@ firebase.auth().onAuthStateChanged(function (user) { dbConfigLoaded = true; accountIconLoading(false); applyConfig(dbSnapshot.config); - showNotification('Applying db config',3000); + // showNotification('Applying db config',3000); updateSettingsPage(); saveConfigToCookie(true); } else if (dbSnapshot.config !== undefined) {