From 3df6a6e8902df5d559370a4700561401a12c805a Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 28 May 2013 12:49:51 +0900 Subject: [PATCH] =?UTF-8?q?#197=20=EC=98=B5=EC=85=98=20=EB=AF=B8=EC=84=A0?= =?UTF-8?q?=ED=83=9D=EC=8B=9C=20false=20=ED=91=9C=EC=8B=9C=EB=90=98?= =?UTF-8?q?=EB=8A=94=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/item.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shop/item.php b/shop/item.php index 82dd50f4f..15df7664f 100644 --- a/shop/item.php +++ b/shop/item.php @@ -644,7 +644,7 @@ else if($(".sit_opt_list").size() < 1) { alert("상품의 선택옵션을 선택해 주십시오."); - return false; + return; } if (act == "direct_buy") { @@ -677,7 +677,7 @@ else }); if(!result) - return false; + return; f.submit(); }