도로명 주소 검색 추가

This commit is contained in:
chicpro
2013-12-16 15:10:55 +09:00
parent 6a344d1438
commit aa01000991
10 changed files with 336 additions and 131 deletions

View File

@ -356,7 +356,7 @@ var win_homepage = function(href) {
* 우편번호 창
**/
var win_zip = function(href) {
var new_win = window.open(href, 'win_zip', 'width=616, height=460, scrollbars=1');
var new_win = window.open(href, 'win_zip', 'width=616, height=760, scrollbars=1');
new_win.focus();
}