diff --git a/website/public/index.html b/website/public/index.html index 787553dc..65df4637 100644 --- a/website/public/index.html +++ b/website/public/index.html @@ -17,10 +17,19 @@
- New Username: - New Profile Pic URL: - New Email: - + New Username: +
+
+ New Profile Pic URL: +
+
+ New Email: +
+
+ +
+
diff --git a/website/public/scripts.js b/website/public/scripts.js index 4aedd069..d8dccb84 100644 --- a/website/public/scripts.js +++ b/website/public/scripts.js @@ -90,7 +90,7 @@ function signout() { } function loadupdpi(){ if(firebase.auth().currentUser != null){ - document.getElementById('profileupd').display='block'; + document.getElementById('profileupd').style.display='block'; }else { setTimeout(function() { alert('Please sign in to change your account info.');