mirror of
https://github.com/aaronleetw/Attendance.git
synced 2024-11-15 03:21:38 -08:00
6 lines
125 B
JavaScript
6 lines
125 B
JavaScript
|
function loadingAnimation() {
|
||
|
$('#forgotPassword_sel').submit();
|
||
|
$('.container').hide();
|
||
|
$('#loading').show();
|
||
|
}
|