forked from lucaspatenaude/ScoreSpot
Updated registration screen added
This commit is contained in:
@@ -5,6 +5,13 @@ $(document).ready(function() {
|
||||
// Toggle the visibility of the login container
|
||||
$('#login-container').toggle();
|
||||
});
|
||||
|
||||
$('#register-page-login-button').click(function() {
|
||||
event.preventDefault(); // Prevent the default action of following the link
|
||||
|
||||
$('#register-container').hide();
|
||||
$('#login-container').toggle();
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user