게시물 코드

This commit is contained in:
2019-01-21 02:00:48 +09:00
parent 32bc143589
commit a763681d2e
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, //첫 버전이니까 전체 다 불러오자
}
});
}