update
This commit is contained in:
@@ -505,7 +505,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
|
||||
@@ -560,7 +560,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
|
||||
|
||||
Reference in New Issue
Block a user