From e64a95c3cd1e5839fe868e60331639bdbbe19b31 Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Wed, 17 Apr 2024 13:25:31 +0900 Subject: [PATCH] no message --- src/main/webapp/WEB-INF/jsp/fims/sprt/sprt01010-main.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/jsp/fims/sprt/sprt01010-main.jsp b/src/main/webapp/WEB-INF/jsp/fims/sprt/sprt01010-main.jsp index abbc4ec2..5fde908e 100644 --- a/src/main/webapp/WEB-INF/jsp/fims/sprt/sprt01010-main.jsp +++ b/src/main/webapp/WEB-INF/jsp/fims/sprt/sprt01010-main.jsp @@ -321,7 +321,7 @@ $(document).ready(function() { } else { DS._items = filtered; - trs = ds.inStrings(found, replacer); + trs = DS.inStrings(found, replacer); DS._items = temp; }