#197 옵션 미선택시 false 표시되는 오류 수정
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user