Code clean up for login container

This commit is contained in:
Lucas Patenaude
2024-04-11 01:30:00 -06:00
parent 325fed0bf8
commit de962bad01
5 changed files with 10 additions and 30 deletions

View File

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