#348 텍스트 작게 후 크게 되지 않는 오류 수정

This commit is contained in:
chicpro
2013-03-07 16:14:27 +09:00
parent 49df4c8d65
commit b2c43ba90b

View File

@ -531,7 +531,7 @@ function font_resize(id, act)
count = 0;
// 크롬의 최소 폰트사이즈 버그로 작게는 한단계만 가능
if(count == -1)
if(act == "decrease" && count == -1)
return;
$elements.each(function() {