알림톡 성공시 예약결과페이지 이동 URL 제거
This commit is contained in:
parent
7d74b01afb
commit
247c4072eb
@ -1098,14 +1098,7 @@ function fn_insertErrorYN(val){
|
|||||||
}
|
}
|
||||||
|
|
||||||
function msgResultLink(){
|
function msgResultLink(){
|
||||||
var reserYn = $("input[name=reserYn]:checked").val(); // 예약 발송 여부 확인
|
location.href="/web/kakao/sent/selectKakaoSentView.do";
|
||||||
if(reserYn == 'Y'){
|
|
||||||
|
|
||||||
location.href="/web/mjon/reservmsg/selectReservKaKaoView.do";
|
|
||||||
|
|
||||||
}else{
|
|
||||||
location.href="/web/kakao/sent/selectKakaoSentView.do";
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function msgSuccessClose(obj){
|
function msgSuccessClose(obj){
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user