Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
잘못된 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
thisgun committed May 23, 2018
1 parent 043c87b commit f9d5dcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/shop.override.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jQuery(function($){

if(!val) {
alert(item+"을(를) 선택해 주십시오.");
return;
return false;
}

var info = val.split(",");
Expand All @@ -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);
}
Expand Down

0 comments on commit f9d5dcb

Please sign in to comment.