파일 명을 namespace를 고려하여 수정
This commit is contained in:
+3
-3
@@ -16,7 +16,7 @@ function submitArticle(){
|
|||||||
$text.val('');
|
$text.val('');
|
||||||
|
|
||||||
$.post({
|
$.post({
|
||||||
url:'j_add_board_article.php',
|
url:'j_board_article_add.php',
|
||||||
dataType:'json',
|
dataType:'json',
|
||||||
data:{
|
data:{
|
||||||
isSecret:isSecretBoard,
|
isSecret:isSecretBoard,
|
||||||
@@ -60,7 +60,7 @@ function submitComment(){
|
|||||||
$text.val('');
|
$text.val('');
|
||||||
|
|
||||||
$.post({
|
$.post({
|
||||||
url:'j_add_board_comment.php',
|
url:'j_board_comment_add.php',
|
||||||
dataType:'json',
|
dataType:'json',
|
||||||
data:{
|
data:{
|
||||||
articleNo:articleNo,
|
articleNo:articleNo,
|
||||||
@@ -135,7 +135,7 @@ function drawArticles(articlesObj){
|
|||||||
|
|
||||||
function loadArticles(){
|
function loadArticles(){
|
||||||
return $.post({
|
return $.post({
|
||||||
url:'j_get_board_articles.php',
|
url:'j_board_get_articles.php',
|
||||||
dataType:'json',
|
dataType:'json',
|
||||||
data:{
|
data:{
|
||||||
isSecret:isSecretBoard, //첫 버전이니까 전체 다 불러오자
|
isSecret:isSecretBoard, //첫 버전이니까 전체 다 불러오자
|
||||||
|
|||||||
Reference in New Issue
Block a user