From dd1d6109a4c419b68308ac680886a77fbf06f957 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 6 May 2013 17:52:15 +0900 Subject: [PATCH] =?UTF-8?q?#135=20=EC=97=90=20=EB=94=B0=EB=A5=B8=20pg=5Fan?= =?UTF-8?q?chor=20=EC=88=98=EB=9F=89=20=ED=91=9C=EC=8B=9C=20=EC=9E=91?= =?UTF-8?q?=EC=97=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/item.php | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/shop/item.php b/shop/item.php index a60b39422..042a64383 100644 --- a/shop/item.php +++ b/shop/item.php @@ -138,15 +138,14 @@ function pg_anchor($anc_id) { ?> - "); + $(".item_qa_count").text(""); + $(".item_relation_count").text(""); }); function qty_add(num) @@ -678,13 +681,6 @@ else save_qa_id = id; } - if (document.getElementById("item_use_count")) - document.getElementById("item_use_count").innerHTML = ""; - if (document.getElementById("item_qa_count")) - document.getElementById("item_qa_count").innerHTML = ""; - if (document.getElementById("item_relation_count")) - document.getElementById("item_relation_count").innerHTML = ""; - // 상품상세설명에 있는 이미지의 사이즈를 줄임 // 삭제 대상 - 지운아빠 2013-05-03 function explan_resize_image()