From b2c43ba90b5217a94479ef8cce3de6b1b14d8d63 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 7 Mar 2013 16:14:27 +0900 Subject: [PATCH] =?UTF-8?q?#348=20=ED=85=8D=EC=8A=A4=ED=8A=B8=20=EC=9E=91?= =?UTF-8?q?=EA=B2=8C=20=ED=9B=84=20=ED=81=AC=EA=B2=8C=20=EB=90=98=EC=A7=80?= =?UTF-8?q?=20=EC=95=8A=EB=8A=94=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, 1 insertion(+), 1 deletion(-) diff --git a/js/common.js b/js/common.js index 7150b7a43..d64b319cb 100644 --- a/js/common.js +++ b/js/common.js @@ -531,7 +531,7 @@ function font_resize(id, act) count = 0; // 크롬의 최소 폰트사이즈 버그로 작게는 한단계만 가능 - if(count == -1) + if(act == "decrease" && count == -1) return; $elements.each(function() {