From 0d481b01df45b2f9aeb428eb16f8aa5cb7ed7cee Mon Sep 17 00:00:00 2001 From: Jacob Levine Date: Wed, 6 Feb 2019 15:55:22 -0600 Subject: [PATCH] bugfix --- website/public/scripts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/public/scripts.js b/website/public/scripts.js index 99f3b6a9..60cdbd80 100644 --- a/website/public/scripts.js +++ b/website/public/scripts.js @@ -194,7 +194,7 @@ function upProfileInfo() { } } if (si) { - handleSignedInUser(user); + setTimeout(function(){handleSignedInUser(user);},1) } } else {