Merge branch 'hylee'

This commit is contained in:
hehihoho3@gmail.com 2025-04-09 09:36:48 +09:00
commit 8228838a80

View File

@ -1098,15 +1098,8 @@ function fn_insertErrorYN(val){
} }
function msgResultLink(){ function msgResultLink(){
var reserYn = $("input[name=reserYn]:checked").val(); // 예약 발송 여부 확인
if(reserYn == 'Y'){
location.href="/web/mjon/reservmsg/selectReservKaKaoView.do";
}else{
location.href="/web/kakao/sent/selectKakaoSentView.do"; location.href="/web/kakao/sent/selectKakaoSentView.do";
} }
}
function msgSuccessClose(obj){ function msgSuccessClose(obj){
$(obj).closest('.pop_msg_success').attr('style',''); $(obj).closest('.pop_msg_success').attr('style','');