Update hs

This commit is contained in:
atuy
2026-06-27 11:01:04 +07:00
parent 1249cdbb42
commit 4fa2f7766b
+4 -4
View File
@@ -583,14 +583,14 @@ $("#example10").DataTable({
var link = $(this).attr('href');
Swal.fire({
title: 'Yakin ingin keluar?',
text: "Sesi Anda akan segera diakhiri!",
title: 'Emang Udah selesai kerjanya?',
text: "Kalo udah selesai langsung logout aja",
icon: 'warning',
showCancelButton: true,
confirmButtonColor: '#3085d6',
cancelButtonColor: '#d33',
confirmButtonText: 'Ya, Keluar!',
cancelButtonText: 'Batal'
confirmButtonText: 'Iya, Udah!',
cancelButtonText: 'Belom'
}).then((result) => {
if (result.isConfirmed) {
window.location.href = link;