IE에서 카카오

This commit is contained in:
2018-06-28 13:39:58 +09:00
parent 6f88a80118
commit 4b7a3af691
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ function getOAuthToken(mode, scope_list){
url += '&scope='+scope_list;
}
window.open(url,"KakaoAccountLogin","width=600,height=450");
window.open(url,"KakaoAccountLogin","width=600,height=450,resizable=yes,scrollbars=yes");
}
function sendTempPasswordToKakaoTalk(){