Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
주소 입력시 포커스문에 setTimeout 시간 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
thisgun committed Sep 17, 2018
1 parent 32e5d07 commit 502441d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions js/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -440,8 +440,10 @@ var win_zip = function(frm_name, frm_zip, frm_addr1, frm_addr2, frm_addr3, frm_j
if(of[frm_jibeon] !== undefined){
of[frm_jibeon].value = data.userSelectedType;
}

of[frm_addr2].focus();

setTimeout(function(){
of[frm_addr2].focus();
} , 100);
};

switch(zip_case) {
Expand Down

0 comments on commit 502441d

Please sign in to comment.