Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Update time out alert
Browse files Browse the repository at this point in the history
  • Loading branch information
htnghia1423 committed Mar 7, 2024
1 parent 8ebb155 commit a75ec2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/view/assets/js/alert-timeout.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$(document).ready(function() {
setTimeout(function() {
$(".alert").fadeOut('slow');
}, 3000);
}, 1500);
});


0 comments on commit a75ec2d

Please sign in to comment.