Update index.blade.php

This commit is contained in:
Jagad R R
2025-03-04 13:19:42 +07:00
parent a54122709c
commit 2dce53ede3
@@ -438,7 +438,7 @@
}
// Handle Approve Button Click
$('.open-approve-modal').on('click', function () {
$(document).on('click', '.open-approve-modal', function() {
const approveUrl = $(this).data('id');
// Show spinner and hide content initially
@@ -485,7 +485,7 @@
});
// Handle Approve Button Click
$('.final-approve-modal').on('click', function () {
$(document).on('click', '.final-approve-modal', function() {
const approveUrl = $(this).data('id');
// Show spinner and hide content initially