알림톡 성공시 예약결과페이지 이동 URL 제거

This commit is contained in:
hehihoho3@gmail.com 2025-04-09 09:36:29 +09:00
parent 7d74b01afb
commit 247c4072eb

View File

@ -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){