모바일 상품정보에서 부모창 url 변경 코드 수정
This commit is contained in:
@ -106,8 +106,9 @@ $(function(){
|
||||
});
|
||||
|
||||
$("a#itemuse_list").on("click", function() {
|
||||
opener.location.href = this.href;
|
||||
window.opener.location.href = this.href;
|
||||
self.close();
|
||||
return false;
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user