diff --git a/extend/shop.extend.php b/extend/shop.extend.php
index 1b6ee0e24..bb13f0185 100644
--- a/extend/shop.extend.php
+++ b/extend/shop.extend.php
@@ -1,5 +1,5 @@
$(function(){
$(".itemqa_form").click(function(){
- window.open(this.href, "itemqa_form", "width=800,height=500,scrollbars=1");
+ window.open(this.href, "itemqa_form", "width=800,height=600,scrollbars=1");
return false;
});
diff --git a/shop/itemqaform.php b/shop/itemqaform.php
index df0f27a92..9b1ec9d19 100644
--- a/shop/itemqaform.php
+++ b/shop/itemqaform.php
@@ -57,7 +57,7 @@ include_once(G4_PATH.'/head.sub.php');
|
- |
+ |
diff --git a/shop/itemuse.php b/shop/itemuse.php
index ec5e62e87..7dbe2e71a 100644
--- a/shop/itemuse.php
+++ b/shop/itemuse.php
@@ -8,8 +8,6 @@ if (G4_IS_MOBILE) {
include_once(G4_LIB_PATH.'/thumbnail.lib.php');
-//$it_id = $_REQUEST['it_id'];
-
$itemuse_list = "./itemuselist.php";
$itemuse_form = "./itemuseform.php?it_id=".$it_id;
$itemuse_formupdate = "./itemuseformupdate.php?it_id=".$it_id;
@@ -20,14 +18,6 @@ $itemuse_formupdate = "./itemuseformupdate.php?it_id=".$it_id;
등록된 사용후기
$(function(){
$(".itemuse_form").click(function(){
- window.open(this.href, "itemuse_form", "width=800,height=500,scrollbars=1");
+ window.open(this.href, "itemuse_form", "width=800,height=700,scrollbars=1");
return false;
});
diff --git a/shop/itemuseform.php b/shop/itemuseform.php
index 81e268d2a..1752b0409 100644
--- a/shop/itemuseform.php
+++ b/shop/itemuseform.php
@@ -59,7 +59,7 @@ include_once(G4_PATH.'/head.sub.php');
|
- |
+ |
| 평가 |
@@ -106,21 +106,6 @@ include_once(G4_PATH.'/head.sub.php');