From 0c609064a638d2dd44abadb2317e703253cbe025 Mon Sep 17 00:00:00 2001 From: Jacob Levine Date: Sat, 9 Feb 2019 13:59:23 -0600 Subject: [PATCH] bugfix --- website/public/scripts.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/public/scripts.js b/website/public/scripts.js index 9f5357b3..6ea86e09 100644 --- a/website/public/scripts.js +++ b/website/public/scripts.js @@ -32,3 +32,5 @@ var uiConfig = { alert("we will steal all of the data"); } }; +// The start method will wait until the DOM is loaded. +ui.start('#firebaseui-auth-container', uiConfig);