Commit fd0e7986 authored by platyhouse's avatar platyhouse

- encrypted

parent ac3a9afe
...@@ -280,7 +280,7 @@ namespace platyFramework; ...@@ -280,7 +280,7 @@ namespace platyFramework;
$(".btnRemoveComment").click(function () { $(".btnRemoveComment").click(function () {
itemId = $(this).attr("itemId"); itemId = $(this).attr("itemId");
if (confirm("댓글을 숨기시겠습니까?")) { if (confirm("댓글을 숨기시겠습니까?")) {
ptyPost("<?=$this->request->appUrl?>/ptyboard/item/setDisable/", {id: itemId, returnCode: "json"}, function (result) { ptyPost("<?=$this->request->appUrl?>/board/item/setDisable/", {id: itemId, returnCode: "json"}, function (result) {
if (result == true) { if (result == true) {
window.location.reload(); window.location.reload();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment