mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 19:13:51 +00:00
more work
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user