From 9fdb85b453ec1454a404d2c2a6185bcaf4cb2d8c Mon Sep 17 00:00:00 2001 From: Gowtham M Date: Fri, 14 Mar 2025 16:53:20 +0530 Subject: [PATCH] Click issue in confic : GWM --- app/Views/editconfig.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Views/editconfig.php b/app/Views/editconfig.php index 1fa1a7cc..efdb48a1 100755 --- a/app/Views/editconfig.php +++ b/app/Views/editconfig.php @@ -167,7 +167,7 @@ if (!empty($master)) { ConfigValue ?> - + ConfigValue; ?> @@ -553,7 +553,7 @@ if (!empty($master)) { //this click function is used for showing material codes in modal window , MC created using a particular configuration value - $(".config-category").click(function () { + $(document).on("click", ".config-category", function () {