고객 요청 취소 후 페이지 새로고침 코드 추가

This commit is contained in:
chicpro
2013-07-19 10:06:13 +09:00
parent c4d31a2e84
commit 6de4dac760
2 changed files with 6 additions and 6 deletions

View File

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

View File

@ -287,10 +287,10 @@ if(openwin != null) {
function(data) {
if(data != "")
alert(data);
else
else {
alert("고객님의 요청이 취소되었습니다.");
return false;
document.location.reload();
}
}
);
});