Update Lagia

This commit is contained in:
atuy
2026-06-27 10:55:51 +07:00
parent 9c01d58bd0
commit 699225821d
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -578,9 +578,9 @@ $("#example10").DataTable({
<script>
$(document).ready(function() {
// Aksi ketika tombol dengan ID tombol-logout ditekan
$('tombol-logout').on('click', function(e) {
e.preventDefault(); // Mencegah link langsung pindah
var link = $(this).attr('href');
$(document).on('click', '.tombol-logout', function(e) {
e.preventDefault(); // Mencegah link langsung pindah
var link = $(this).attr('href');
Swal.fire({
title: 'Yakin ingin keluar?',