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

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