mirror of
https://github.com/aaronleetw/Attendance.git
synced 2024-11-14 19:11:39 -08:00
5 lines
125 B
JavaScript
Vendored
5 lines
125 B
JavaScript
Vendored
function loadingAnimation() {
|
|
$('#forgotPassword_sel').submit();
|
|
$('.container').hide();
|
|
$('#loading').show();
|
|
}
|