From 0e164d897f6fac425322d4a1a2152f64e3523f47 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 18 Mar 2014 18:20:30 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=B5=EC=85=98=20=EC=B6=94=EA=B0=80=20?= =?UTF-8?q?=EC=8A=A4=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.js | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/js/shop.js b/js/shop.js index 159814ca5..a7ef07ca8 100644 --- a/js/shop.js +++ b/js/shop.js @@ -353,19 +353,19 @@ function add_sel_option(type, id, option, price, stock) else opt_prc = "("+number_format(String(price))+"원)"; - opt += "
  • \n"; - opt += "\n"; - opt += "\n"; - opt += "\n"; - opt += "\n"; - opt += "\n"; - opt += ""+option+"\n"; - opt += ""+opt_prc+"\n"; - opt += "
    \n"; - opt += "\n"; - opt += "\n"; - opt += "
    \n"; - opt += "
  • \n"; + opt += "
  • "; + opt += ""; + opt += ""; + opt += ""; + opt += ""; + opt += ""; + opt += ""+option+""; + opt += ""+opt_prc+""; + opt += "
    "; + opt += ""; + opt += ""; + opt += "
    "; + opt += "
  • "; if($("#sit_sel_option > ul").size() < 1) { $("#sit_sel_option").html("");