From 2fe00e5e96eacf7896e9d59b04c70996b75514a7 Mon Sep 17 00:00:00 2001 From: thisgun Date: Mon, 16 Oct 2017 11:12:54 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9E=90=EB=B0=94=EC=8A=A4=ED=81=AC=EB=A6=BD?= =?UTF-8?q?=ED=8A=B8=20=ED=95=A8=EC=88=98=20number=5Fformat=20=EC=88=98?= =?UTF-8?q?=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, 2 insertions(+) diff --git a/js/common.js b/js/common.js index 49c9c56fd..02ce71a7b 100644 --- a/js/common.js +++ b/js/common.js @@ -69,6 +69,8 @@ function number_format(data) var cutlen = 3; var comma = ','; var i; + + data = data + ''; var sign = data.match(/^[\+\-]/); if(sign) {