From 5e21b7501e85b100f735cc221e50f401429f55f7 Mon Sep 17 00:00:00 2001 From: Jack Date: Sat, 27 Jun 2020 01:23:42 +0100 Subject: [PATCH] tags appear automatically without the need of refreshing the settings page --- public/js/account.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/js/account.js b/public/js/account.js index d4612aadc..7b71ea6d8 100644 --- a/public/js/account.js +++ b/public/js/account.js @@ -171,6 +171,7 @@ firebase.auth().onAuthStateChanged(function(user) { toggleFilterButton(filter); } }) + refreshTagsSettingsSection(); }); var displayName = user.displayName; var email = user.email;