From 0ed8745eff71154c7a5a4bb045544d7197dd65c3 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 7 Nov 2013 14:19:49 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EC=83=81?= =?UTF-8?q?=ED=92=88=EC=A0=95=EB=B3=B4=EC=97=90=EC=84=9C=20=EB=B6=80?= =?UTF-8?q?=EB=AA=A8=EC=B0=BD=20url=20=EB=B3=80=EA=B2=BD=20=EC=BD=94?= =?UTF-8?q?=EB=93=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/skin/shop/basic/iteminfo.relation.skin.php | 3 ++- mobile/skin/shop/basic/itemqa.skin.php | 3 ++- mobile/skin/shop/basic/itemuse.skin.php | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) 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; }); });