update categorys 09

This commit is contained in:
Kana
2024-01-08 18:44:17 +09:00
parent fc90877136
commit e786f0d8fb

View File

@@ -104,7 +104,7 @@
}).done(function(data) { }).done(function(data) {
if (data == true) { if (data == true) {
alert("카테고리를 수정하였습니다."); alert("카테고리를 수정하였습니다.");
var form = document.createElement("form"); var form = document.createElement("form");
form.action = "/category/read"; form.action = "/category/read";
form.method = "POST"; form.method = "POST";