diff --git a/mobile/skin/shop/basic/iteminfo.relation.skin.php b/mobile/skin/shop/basic/iteminfo.relation.skin.php index 681b0fe9e..48d3d01c7 100644 --- a/mobile/skin/shop/basic/iteminfo.relation.skin.php +++ b/mobile/skin/shop/basic/iteminfo.relation.skin.php @@ -22,8 +22,9 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 \ No newline at end of file diff --git a/mobile/skin/shop/basic/itemqa.skin.php b/mobile/skin/shop/basic/itemqa.skin.php index c48fbe95d..84fb0ef4e 100644 --- a/mobile/skin/shop/basic/itemqa.skin.php +++ b/mobile/skin/shop/basic/itemqa.skin.php @@ -126,8 +126,9 @@ $(function(){ }); $("a#itemqa_list").on("click", function() { - opener.location.href = this.href; + window.opener.location.href = this.href; self.close(); + return false; }); }); diff --git a/mobile/skin/shop/basic/itemuse.skin.php b/mobile/skin/shop/basic/itemuse.skin.php index 9acad155a..78fe63e1d 100644 --- a/mobile/skin/shop/basic/itemuse.skin.php +++ b/mobile/skin/shop/basic/itemuse.skin.php @@ -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; }); });