From 91f60763d885ce581fec99b8abc6890dd78b2ea6 Mon Sep 17 00:00:00 2001 From: thisgun Date: Mon, 21 Aug 2017 19:38:14 +0900 Subject: [PATCH] =?UTF-8?q?IOS=2010.3.x=20=EB=B2=84=EC=A0=84=EB=8C=80?= =?UTF-8?q?=EC=97=90=EC=84=9C=20=EB=8B=A4=EC=9D=8C=20=EC=9A=B0=ED=8E=B8?= =?UTF-8?q?=EC=A3=BC=EC=86=8C=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/common.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/common.js b/js/common.js index e63c0f0eb..83f42221d 100644 --- a/js/common.js +++ b/js/common.js @@ -459,6 +459,7 @@ var win_zip = function(frm_name, frm_zip, frm_addr1, frm_addr2, frm_addr3, frm_j onresize : function(size) { element_wrap.style.height = size.height + "px"; }, + maxSuggestItems : g5_is_mobile ? 6 : 10, width : '100%', height : '100%' }).embed(element_wrap); @@ -494,6 +495,7 @@ var win_zip = function(frm_name, frm_zip, frm_addr1, frm_addr2, frm_addr3, frm_j // iframe을 넣은 element를 안보이게 한다. element_layer.style.display = 'none'; }, + maxSuggestItems : g5_is_mobile ? 6 : 10, width : '100%', height : '100%' }).embed(element_layer);