TitanScout- Sign In
You are not signed in.
+
New Username:
diff --git a/website/public/scripts.js b/website/public/scripts.js
index 1c23ad6f..3c7061d0 100644
--- a/website/public/scripts.js
+++ b/website/public/scripts.js
@@ -55,6 +55,7 @@ var handleSignedInUser = function(user) {
document.getElementById('updpi').style.display = 'inline-block';
document.getElementById('deleteacc').style.display = 'inline-block';
document.getElementById('profileupd').style.display = 'none';
+ document.getElementById('sideload').style.display = 'block';
}
var handleSignedOutUser = function() {
document.getElementById("mainhead").innerHTML = "TitanScout- Sign In";
@@ -63,6 +64,7 @@ var handleSignedOutUser = function() {
document.getElementById('updpi').style.display = 'none';
document.getElementById('deleteacc').style.display = 'none';
document.getElementById('profileupd').style.display = 'none';
+ document.getElementById('sideload').style.display = 'none';
ui.start('#firebaseui-auth-container', uiConfig);
};
diff --git a/website/public/style.css b/website/public/style.css
index 7d33f5b5..2fc5beb2 100644
--- a/website/public/style.css
+++ b/website/public/style.css
@@ -16,7 +16,9 @@ body{
#profileupd{
display: none;
}
-
+#sideload{
+ display: none;
+}
/* The side navigation menu */
.sidenav {
height: 100%; /* 100% Full-height */