From d7b209e93ce03ae2d2d62c48919ee07c0191ba4d Mon Sep 17 00:00:00 2001 From: thisgun Date: Fri, 14 Sep 2018 14:36:47 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A3=BC=EC=86=8C=20=EC=9E=85=EB=A0=A5?= =?UTF-8?q?=EC=8B=9C=20=ED=8F=AC=EC=BB=A4=EC=8A=A4=EB=AC=B8=EC=97=90=20set?= =?UTF-8?q?Timeout=20=EC=8B=9C=EA=B0=84=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/common.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/js/common.js b/js/common.js index 7c4c8aa2e..071245a70 100644 --- a/js/common.js +++ b/js/common.js @@ -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) {