메시지 입력 버그 수정 중
This commit is contained in:
+2
-2
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user