From eef8f32efe9935252d99824cc6d91f04334d284a Mon Sep 17 00:00:00 2001 From: seeoya Date: Thu, 7 Apr 2022 15:32:21 +0900 Subject: [PATCH] =?UTF-8?q?G5-77=20shop.override.js=20=EC=B4=9D=20?= =?UTF-8?q?=EA=B8=88=EC=95=A1=20=ED=91=9C=EC=8B=9C=20=ED=86=B5=EC=9D=BC=20?= =?UTF-8?q?=EC=9E=91=EC=97=85?= 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 a7f272958..942df7ac6 100644 --- a/js/shop.override.js +++ b/js/shop.override.js @@ -159,7 +159,7 @@ jQuery(function($){ } }); - $("#sit_tot_price").empty().html("총 금액 "+number_format(String(total))+" 원"); + $("#sit_tot_price").empty().html("총 금액 :"+number_format(String(total))+" 원"); $("#sit_tot_price").trigger("price_calculate", [total]); } else {