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 += "";