잘못된 스크립트 수정

This commit is contained in:
thisgun
2018-05-17 14:30:50 +09:00
parent 1dfe6e1958
commit d9cc2f9414

View File

@ -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);
}