From f5dfce3ac17f2de22d14fc23e2c02e7742b0ba73 Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 6 Mar 2013 18:43:04 +0900 Subject: [PATCH] =?UTF-8?q?=ED=85=8D=EC=8A=A4=ED=8A=B8=20=EC=9E=91?= =?UTF-8?q?=EA=B2=8C=20=ED=9B=84=20=EA=B8=B0=EB=B3=B8=20=ED=81=AC=EA=B8=B0?= =?UTF-8?q?=EA=B0=80=20=EB=90=98=EC=A7=80=20=EC=95=8A=EB=8A=94=20=EC=98=A4?= =?UTF-8?q?=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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/js/common.js b/js/common.js index ba517b69d..7150b7a43 100644 --- a/js/common.js +++ b/js/common.js @@ -581,13 +581,13 @@ function font_default(id) if(isNaN(count)) count = 0; - // font resize 카운트 초기화 - set_cookie("ck_font_resize_count", 0, 1, g4_cookie_domain); - - if(count > 0) + if(count > 0) { act = "decrease"; - else + } else { act = "increase"; + // 작게 후 기본 크기가 되지 않는 문제해결을 위해 추가 + set_cookie("ck_font_resize_count", 0, 1, g4_cookie_domain); + } for(i=0; i