잘못된 스크립트 수정
This commit is contained in:
@ -69,7 +69,7 @@ jQuery(function($){
|
||||
if(parseInt(price) >= 0)
|
||||
opt_prc = "+"+number_format(String(price))+"원";
|
||||
else
|
||||
opt_prc = +number_format(String(price))+"원";
|
||||
opt_prc = number_format(String(price))+"원";
|
||||
|
||||
opt += "<li class=\""+li_class+"\">";
|
||||
opt += "<input type=\"hidden\" name=\"io_type["+item_code+"][]\" value=\""+type+"\">";
|
||||
|
||||
Reference in New Issue
Block a user