메시지 입력 버그 수정 중

This commit is contained in:
2018-04-16 02:06:05 +09:00
parent 1d0fb7151d
commit 3ad4032239
4 changed files with 22 additions and 8 deletions
+2 -2
View File
@@ -31,7 +31,7 @@ var generalList = {};
function responseMessage(msgID, response){
$.ajax({
url: 'prompt_dummy.php',
url: 'j_decide_opt.php',
type: 'post',
dataType:'json',
contentType: 'application/json',
@@ -334,7 +334,7 @@ function activateMessageForm(){
if(text){
deferred = $.ajax({
url:'add_msg_dummy.php',
url:'j_msg_submit.php',
type: 'post',
dataType:'json',
contentType: 'application/json',