forked from lucaspatenaude/ScoreSpot
More changes to login and registration pages
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user