From c9e574b178a98fa290d79aec896b5804791dd385 Mon Sep 17 00:00:00 2001 From: leebj Date: Thu, 22 Aug 2024 09:18:51 +0900 Subject: [PATCH] =?UTF-8?q?js=ED=8C=8C=EC=9D=BC=EB=AA=85=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/include/tail.jsp | 2 +- .../js/{base/addsFormFields.js => adds/cmmn/adds-base.js} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/main/webapp/resources/js/{base/addsFormFields.js => adds/cmmn/adds-base.js} (100%) diff --git a/src/main/webapp/WEB-INF/jsp/include/tail.jsp b/src/main/webapp/WEB-INF/jsp/include/tail.jsp index 01e6d0c..b2a4fe9 100644 --- a/src/main/webapp/WEB-INF/jsp/include/tail.jsp +++ b/src/main/webapp/WEB-INF/jsp/include/tail.jsp @@ -43,7 +43,7 @@ - + diff --git a/src/main/webapp/resources/js/base/addsFormFields.js b/src/main/webapp/resources/js/adds/cmmn/adds-base.js similarity index 100% rename from src/main/webapp/resources/js/base/addsFormFields.js rename to src/main/webapp/resources/js/adds/cmmn/adds-base.js