From 842ba46a95601cacd10471cb89ece72080171236 Mon Sep 17 00:00:00 2001 From: hide_d Date: Mon, 21 Jan 2019 02:25:54 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8C=8C=EC=9D=BC=20=EB=AA=85=EC=9D=84=20names?= =?UTF-8?q?pace=EB=A5=BC=20=EA=B3=A0=EB=A0=A4=ED=95=98=EC=97=AC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/{j_add_board_article.php => j_board_article_add.php} | 0 hwe/{j_add_board_comment.php => j_board_comment_add.php} | 0 hwe/{j_get_board_articles.php => j_board_get_articles.php} | 0 ...dd_diplomatic_letter.php => j_diplomacy_send_letter.php} | 0 hwe/js/board.js | 6 +++--- 5 files changed, 3 insertions(+), 3 deletions(-) rename hwe/{j_add_board_article.php => j_board_article_add.php} (100%) rename hwe/{j_add_board_comment.php => j_board_comment_add.php} (100%) rename hwe/{j_get_board_articles.php => j_board_get_articles.php} (100%) rename hwe/{j_add_diplomatic_letter.php => j_diplomacy_send_letter.php} (100%) diff --git a/hwe/j_add_board_article.php b/hwe/j_board_article_add.php similarity index 100% rename from hwe/j_add_board_article.php rename to hwe/j_board_article_add.php diff --git a/hwe/j_add_board_comment.php b/hwe/j_board_comment_add.php similarity index 100% rename from hwe/j_add_board_comment.php rename to hwe/j_board_comment_add.php diff --git a/hwe/j_get_board_articles.php b/hwe/j_board_get_articles.php similarity index 100% rename from hwe/j_get_board_articles.php rename to hwe/j_board_get_articles.php diff --git a/hwe/j_add_diplomatic_letter.php b/hwe/j_diplomacy_send_letter.php similarity index 100% rename from hwe/j_add_diplomatic_letter.php rename to hwe/j_diplomacy_send_letter.php diff --git a/hwe/js/board.js b/hwe/js/board.js index bee0dbb6..dc08ad87 100644 --- a/hwe/js/board.js +++ b/hwe/js/board.js @@ -16,7 +16,7 @@ function submitArticle(){ $text.val(''); $.post({ - url:'j_add_board_article.php', + url:'j_board_article_add.php', dataType:'json', data:{ isSecret:isSecretBoard, @@ -60,7 +60,7 @@ function submitComment(){ $text.val(''); $.post({ - url:'j_add_board_comment.php', + url:'j_board_comment_add.php', dataType:'json', data:{ articleNo:articleNo, @@ -135,7 +135,7 @@ function drawArticles(articlesObj){ function loadArticles(){ return $.post({ - url:'j_get_board_articles.php', + url:'j_board_get_articles.php', dataType:'json', data:{ isSecret:isSecretBoard, //첫 버전이니까 전체 다 불러오자