From ecd067be8e4a0a77f1533e4aeb955dd1d63e525a Mon Sep 17 00:00:00 2001 From: hide_d Date: Mon, 12 Feb 2018 01:15:01 +0900 Subject: [PATCH] =?UTF-8?q?=EC=83=88=EB=A9=94=EC=8B=9C=EC=A7=80,=20js=20?= =?UTF-8?q?=EA=B5=AC=ED=98=84=20=EC=A4=80=EB=B9=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tmp_msg/msg.html | 2 +- tmp_msg/msg.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tmp_msg/msg.html b/tmp_msg/msg.html index b3c1bb39..3e398dc7 100644 --- a/tmp_msg/msg.html +++ b/tmp_msg/msg.html @@ -5,7 +5,7 @@ - + diff --git a/tmp_msg/msg.js b/tmp_msg/msg.js index 7b61c7ae..1fa30996 100644 --- a/tmp_msg/msg.js +++ b/tmp_msg/msg.js @@ -71,7 +71,7 @@ var refreshMsg = (function(){ var deferred = $.ajax({ - url: option.targetJson, + url: 'json_result.php', type: 'post', dataType:'json', contentType: 'application/json',