diff --git a/shop/item.php b/shop/item.php index 1f5079834..e1d66026d 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()