친구톡 템플릿 불러오기 후 새고고침 -> 페이지 이동 친구톡

This commit is contained in:
hehihoho3@gmail.com 2025-08-07 12:50:53 +09:00
parent 8c3e518410
commit d9f34eee53

View File

@ -1523,9 +1523,11 @@ function thisFnByteString(contents){
}
function msgSuccessClose(obj){
$(obj).closest('.pop_msg_success').attr('style','');
location.reload(true);
$('html').scrollTop(0);
// $(obj).closest('.pop_msg_success').attr('style','');
// location.reload(true);
// $('html').scrollTop(0);
location.href = '/web/mjon/kakao/friendstalk/kakaoFriendsTalkMsgDataView.do';
}
function getFtImageType(imgChk){