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);