From 8bf59982194a3f3241d9f5ac38d3a165ea0b1b14 Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Fri, 1 Dec 2023 15:53:32 +0900 Subject: [PATCH] no message --- .../webapp/resources/js/fims/framework/cmm/componentization.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/resources/js/fims/framework/cmm/componentization.js b/src/main/webapp/resources/js/fims/framework/cmm/componentization.js index 25ca6118..8aeb2004 100644 --- a/src/main/webapp/resources/js/fims/framework/cmm/componentization.js +++ b/src/main/webapp/resources/js/fims/framework/cmm/componentization.js @@ -44,5 +44,5 @@ function fnMakeOptionStyleSelect(selectEl){ selectEl.changeUI(); }); - $(selectEl).changeUI(); + selectEl.changeUI(); } \ No newline at end of file