From 71c55cd779bfe90423cf834650e147c9667921bc Mon Sep 17 00:00:00 2001 From: MahanCh Date: Mon, 12 May 2025 15:20:52 +0330 Subject: [PATCH] fix new employee bug --- .../AssetsClient/pages/Employees/js/WorkshopSettingGrouping.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ServiceHost/wwwroot/AssetsClient/pages/Employees/js/WorkshopSettingGrouping.js b/ServiceHost/wwwroot/AssetsClient/pages/Employees/js/WorkshopSettingGrouping.js index 167c2288..45fd14d1 100644 --- a/ServiceHost/wwwroot/AssetsClient/pages/Employees/js/WorkshopSettingGrouping.js +++ b/ServiceHost/wwwroot/AssetsClient/pages/Employees/js/WorkshopSettingGrouping.js @@ -1,4 +1,4 @@ -let currentUrlGroup = window.location.href; +var currentUrlGroup = window.location.href; $(document).ready(function () { $(document).on("click", ".btn-cancel2", function () {