More changes to login and registration pages

This commit is contained in:
Lucas Patenaude
2024-04-24 01:25:41 -06:00
parent 009a81dbc1
commit b270a8df7f
3 changed files with 15 additions and 4 deletions

View File

@@ -2,6 +2,8 @@ $(document).ready(function() {
// When #user is clicked
$('#user').click(function() {
$('#register-container').hide();
// Toggle the visibility of the login container
$('#login-container').toggle();
});