v0.8 업데이트 #116

Closed
Hide_D wants to merge 209 commits from custom_map into devel
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 0b20c34fb3 - Show all commits
+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(){
+1 -1
View File
@@ -27,7 +27,7 @@ function getOAuthToken(mode='login', scope_list = null){
url += '&scope='+scope_list;
}
window.open(url,"KakaoAccountLogin","width=600,height=450");
window.open(url,"KakaoAccountLogin","width=600,height=450,resizable=yes,scrollbars=yes");
}