IE에서 카카오
This commit is contained in:
@@ -58,7 +58,7 @@ function getOAuthToken(mode, scope_list){
|
|||||||
url += '&scope='+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(){
|
function sendTempPasswordToKakaoTalk(){
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ function getOAuthToken(mode='login', scope_list = null){
|
|||||||
url += '&scope='+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");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user