more work

This commit is contained in:
Timothy Pidashev
2022-01-08 18:21:20 -08:00
parent f134a3c3d5
commit 60b9e62881
14 changed files with 52 additions and 20 deletions

View File

@@ -53,7 +53,7 @@
$('form').fadeOut(500);
$('.wrapper').addClass('form-success');
setTimeout(function() { // delay the location.replace for one second for login animation
location.replace('assignments.html');
location.assign("https://timmypidashev.com/assignments.html");
}, 1000);
} else {
// if the username and password are incorrect, add a shake animation to the form