스킨화 작업 3차
This commit is contained in:
@ -139,6 +139,11 @@ $(function(){
|
||||
$("#itemqa").load($(this).attr("href"));
|
||||
return false;
|
||||
});
|
||||
|
||||
$("a#itemqa_list").on("click", function() {
|
||||
opener.location.href = this.href;
|
||||
self.close();
|
||||
});
|
||||
});
|
||||
</script>
|
||||
<!-- } 상품문의 목록 끝 -->
|
||||
Reference in New Issue
Block a user