refactor: remove unused comment

main-dlh
Regiaaaaaa 2025-12-01 16:12:37 +07:00
parent 39af079336
commit 7a0a04d93e
1 changed files with 0 additions and 1 deletions

View File

@ -199,7 +199,6 @@ $(document).ready(function () {
confirmButtonText: 'OK',
confirmButtonColor: '#22c55e'
}).then(() => {
// 👉 Redirect ke halaman index
window.location.href = '@Url.Action("Index", "ChecklistHarian")';
});
}