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() {