From e786f0d8fb0fb55f6c878ac6fe17883a4cd785fd Mon Sep 17 00:00:00 2001 From: Kana Date: Mon, 8 Jan 2024 18:44:17 +0900 Subject: [PATCH] update categorys 09 --- src/main/webapp/WEB-INF/views/category/update.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/views/category/update.jsp b/src/main/webapp/WEB-INF/views/category/update.jsp index 7adeb30..cab307a 100644 --- a/src/main/webapp/WEB-INF/views/category/update.jsp +++ b/src/main/webapp/WEB-INF/views/category/update.jsp @@ -104,7 +104,7 @@ }).done(function(data) { if (data == true) { alert("카테고리를 수정하였습니다."); - + var form = document.createElement("form"); form.action = "/category/read"; form.method = "POST";