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'); var link = $(this).attr('href');
Swal.fire({ Swal.fire({
title: 'Yakin ingin keluar?', title: 'Emang Udah selesai kerjanya?',
text: "Sesi Anda akan segera diakhiri!", text: "Kalo udah selesai langsung logout aja",
icon: 'warning', icon: 'warning',
showCancelButton: true, showCancelButton: true,
confirmButtonColor: '#3085d6', confirmButtonColor: '#3085d6',
cancelButtonColor: '#d33', cancelButtonColor: '#d33',
confirmButtonText: 'Ya, Keluar!', confirmButtonText: 'Iya, Udah!',
cancelButtonText: 'Batal' cancelButtonText: 'Belom'
}).then((result) => { }).then((result) => {
if (result.isConfirmed) { if (result.isConfirmed) {
window.location.href = link; window.location.href = link;