refactor: remove unused comment
parent
39af079336
commit
7a0a04d93e
|
|
@ -199,7 +199,6 @@ $(document).ready(function () {
|
||||||
confirmButtonText: 'OK',
|
confirmButtonText: 'OK',
|
||||||
confirmButtonColor: '#22c55e'
|
confirmButtonColor: '#22c55e'
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
// 👉 Redirect ke halaman index
|
|
||||||
window.location.href = '@Url.Action("Index", "ChecklistHarian")';
|
window.location.href = '@Url.Action("Index", "ChecklistHarian")';
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue