update Categorys 08

This commit is contained in:
Kana
2024-01-08 18:42:42 +09:00
parent e122d54b53
commit b00c642afe

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";