카카오 sns 회원가입시 redirect 에러 채택완료
https://testdomain.com/plugin/social/popup.php?provider=kakao&mylink=1&url=&redirect_to_idp=1
이 링크에서 가만히 멈춰 있습니다.
Copy
<script>
if( window.opener )
{
window.close();
if (typeof window.opener.social_link_fn != 'undefined')
{
window.opener.social_link_fn("Kakao");
} else {
window.opener.location.href = "https://testdoamin.com/plugin/social/register_member.php?provider=Kakao";
}
}
</script>
위 소스를 사용중인데 멈춰서 동작이 안되는 부분 해결을 어떻게 해야 할까요?
답변 3개
답변을 작성하려면 로그인이 필요합니다.
로그인
Deprecated feature used
Unload event listeners are deprecated and will be removed.
1 source
jquery-1.9.1.js:2796
이렇게 나옵니다. 흠...