게시물 코드

This commit is contained in:
2019-04-07 22:16:43 +09:00
parent 7c46d2e27f
commit 36d83804d0
3 changed files with 156 additions and 1 deletions
+2 -1
View File
@@ -19,6 +19,7 @@ function submitArticle(){
url:'j_add_board_article.php',
dataType:'json',
data:{
isSecret:isSecretBoard,
title:title,
text:text
}
@@ -137,7 +138,7 @@ function loadArticles(){
url:'j_get_board_articles.php',
dataType:'json',
data:{
isSecretBoard:isSecretBoard, //첫 버전이니까 전체 다 불러오자
isSecret:isSecretBoard, //첫 버전이니까 전체 다 불러오자
}
});
}