From 46e4536ba9b83b25ae0467b475438845264f5534 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 5 Mar 2013 18:01:00 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B3=80=EC=88=98=20=EC=84=A0=EC=96=B8=20?= =?UTF-8?q?=EB=B9=A0=EC=A7=84=20=EA=B2=83=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/common.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/common.js b/js/common.js index d2320825d..86efc459f 100644 --- a/js/common.js +++ b/js/common.js @@ -587,6 +587,7 @@ function font_resize(el, mode) var fs = el.css("font-size"); unit = fs.replace(/[0-9\.]/g, ""); fsize = parseFloat(fs.replace(/[^0-9\.]/g, "")); + nfsize; if(!fsize) return true;