first attempt at expanding landing page
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user