From 6de4dac760b825f1c858bf0fced3913d6f4c1359 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 19 Jul 2013 10:06:13 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B3=A0=EA=B0=9D=20=EC=9A=94=EC=B2=AD=20?= =?UTF-8?q?=EC=B7=A8=EC=86=8C=20=ED=9B=84=20=ED=8E=98=EC=9D=B4=EC=A7=80=20?= =?UTF-8?q?=EC=83=88=EB=A1=9C=EA=B3=A0=EC=B9=A8=20=EC=BD=94=EB=93=9C=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/orderinquiryview.php | 6 +++--- shop/orderinquiryview.php | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mobile/shop/orderinquiryview.php b/mobile/shop/orderinquiryview.php index 50b9e26d9..7e1de5f98 100644 --- a/mobile/shop/orderinquiryview.php +++ b/mobile/shop/orderinquiryview.php @@ -265,10 +265,10 @@ include_once(G4_MSHOP_PATH.'/_head.php'); function(data) { if(data != "") alert(data); - else + else { alert("고객님의 요청이 취소되었습니다."); - - return false; + document.location.reload(); + } } ); }); diff --git a/shop/orderinquiryview.php b/shop/orderinquiryview.php index fb6febedb..6dc3946f5 100644 --- a/shop/orderinquiryview.php +++ b/shop/orderinquiryview.php @@ -287,10 +287,10 @@ if(openwin != null) { function(data) { if(data != "") alert(data); - else + else { alert("고객님의 요청이 취소되었습니다."); - - return false; + document.location.reload(); + } } ); });