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(); + } } ); });