first attempt at expanding landing page

This commit is contained in:
Michael Q Larson
2014-10-16 13:17:03 -07:00
parent ac0ab1de37
commit cd90333bca
4 changed files with 87 additions and 50 deletions

View File

@@ -39,7 +39,7 @@ $(document).ready(function() {
// Sets the client's username
function setUsername () {
username = cleanInput($usernameInput.val().trim());
username = auth.username;
// If the username is valid
if (username) {