친구톡 템플릿 불러오기 후 새고고침 -> 페이지 이동 친구톡
This commit is contained in:
parent
8c3e518410
commit
d9f34eee53
@ -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){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user