Update hs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user