commit 22/01/2026

This commit is contained in:
2026-01-22 15:31:13 +07:00
parent ffd41ee225
commit 4aea9cb619
8 changed files with 73 additions and 36 deletions

View File

@@ -7,7 +7,7 @@ $(document).ready(function() {
}
});
$(window).on('beforeunload', function() {
$(window).on('unload', function() {
console.log("User is leaving login.html");
// Your cleanup code here
});