From b9fc25e79528c8a40aa42c2f2458315b5b7afd5f Mon Sep 17 00:00:00 2001 From: thisgun Date: Fri, 25 May 2018 09:14:48 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9E=98=EB=AA=BB=EB=90=9C=20=EC=8A=A4?= =?UTF-8?q?=ED=81=AC=EB=A6=BD=ED=8A=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/shop.override.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/shop.override.js b/js/shop.override.js index ce5c2d3dd..c99b7dc19 100644 --- a/js/shop.override.js +++ b/js/shop.override.js @@ -69,7 +69,7 @@ jQuery(function($){ if(parseInt(price) >= 0) opt_prc = "+"+number_format(String(price))+"원"; else - opt_prc = +number_format(String(price))+"원"; + opt_prc = number_format(String(price))+"원"; opt += "
  • "; opt += "";