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