From c97e51d9bdf38c75f9f8c5809eea1df7e262f518 Mon Sep 17 00:00:00 2001 From: Jacob Levine Date: Sat, 9 Feb 2019 14:01:32 -0600 Subject: [PATCH] even more bugfix --- website/public/scripts.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/public/scripts.js b/website/public/scripts.js index 11e81d06..b60ad00e 100644 --- a/website/public/scripts.js +++ b/website/public/scripts.js @@ -32,8 +32,6 @@ 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); // Initialize the FirebaseUI Widget using Firebase. var ui = new firebaseui.auth.AuthUI(firebase.auth());