From d9cc2f94141bc52a7934b9f241c8f067ee51fa83 Mon Sep 17 00:00:00 2001 From: thisgun Date: Thu, 17 May 2018 14:30:50 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9E=98=EB=AA=BB=EB=90=9C=20=EC=8A=A4?= =?UTF-8?q?=ED=81=AC=EB=A6=BD=ED=8A=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/shop.override.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/shop.override.js b/js/shop.override.js index 435623829..ce5c2d3dd 100644 --- a/js/shop.override.js +++ b/js/shop.override.js @@ -12,7 +12,7 @@ jQuery(function($){ if(!val) { alert(item+"을(를) 선택해 주십시오."); - return; + return false; } var info = val.split(","); @@ -36,7 +36,7 @@ jQuery(function($){ if(add_exec) { if(same_option_check(option)) - return; + return false; add_sel_option(1, id, option, price, stock); }