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