From 2a5020b7df31ad7553886332b9223dd123bba557 Mon Sep 17 00:00:00 2001 From: Ariful Islam Date: Tue, 7 May 2024 15:58:13 +0600 Subject: [PATCH] Fixed deactivation popup not showing issue --- src/Insights.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Insights.php b/src/Insights.php index 8187d88..664740b 100644 --- a/src/Insights.php +++ b/src/Insights.php @@ -950,7 +950,7 @@ public function deactivate_scripts() var deactivateLink = ''; // Open modal - $('#the-list').on('click', 'a.client->slug; ?>-deactivate-link', function(e) { + $('#the-list').on('click', 'a#deactivate-client->slug; ?>', function(e) { e.preventDefault(); modal.addClass('modal-active');