diff --git a/adm/shop_admin/newwinform.php b/adm/shop_admin/newwinform.php index a87632cef..745f3d0da 100644 --- a/adm/shop_admin/newwinform.php +++ b/adm/shop_admin/newwinform.php @@ -16,6 +16,7 @@ if ($w == "u") else { $html_title .= " 입력"; + $nw['nw_device'] = 'both'; $nw['nw_disable_hours'] = 24; $nw['nw_left'] = 10; $nw['nw_top'] = 10; @@ -44,6 +45,17 @@ include_once (G5_ADMIN_PATH.'/admin.head.php');
등록된 상품이 없습니다.
\ var el_id = this[0].id; $smt.each(function() { - var h = $(this).height(); + var h = $(this).outerHeight(true); if(h > height) height = h; }); diff --git a/skin/shop/basic/main.30.skin.php b/skin/shop/basic/main.30.skin.php index e1d040e2b..62b0f0164 100644 --- a/skin/shop/basic/main.30.skin.php +++ b/skin/shop/basic/main.30.skin.php @@ -124,7 +124,7 @@ if($i == 1) echo "등록된 상품이 없습니다.
\ var el_id = this[0].id; $smt.each(function() { - var h = $(this).height(); + var h = $(this).outerHeight(true); if(h > height) height = h; }); diff --git a/skin/shop/basic/main.40.skin.php b/skin/shop/basic/main.40.skin.php index fd29ec860..6e748544b 100644 --- a/skin/shop/basic/main.40.skin.php +++ b/skin/shop/basic/main.40.skin.php @@ -127,7 +127,7 @@ if($i == 1) echo "등록된 상품이 없습니다.
\ var height = 0; $smt.each(function() { - var h = $(this).height(); + var h = $(this).outerHeight(true); if(h > height) height = h; }); diff --git a/skin/shop/basic/main.50.skin.php b/skin/shop/basic/main.50.skin.php index c35bf6126..8a11386a0 100644 --- a/skin/shop/basic/main.50.skin.php +++ b/skin/shop/basic/main.50.skin.php @@ -127,7 +127,7 @@ if($i == 1) echo "등록된 상품이 없습니다.
\ var el_id = this[0].id; $smt.find("li.sct_li").each(function() { - var h = $(this).height(); + var h = $(this).outerHeight(true); if(h > height) height = h; });