쿠폰 적용 스크립트 오류 수정

This commit is contained in:
chicpro
2013-12-03 14:06:24 +09:00
parent 8c2027d4a7
commit 560160c377
2 changed files with 15 additions and 9 deletions

View File

@ -1131,6 +1131,9 @@ $(function() {
return false;
} else {
coupon_cancel($cp_dup_el);
$("#cp_frm").remove();
$cp_dup_el.find(".cp_btn").text("적용").focus();
$cp_dup_el.find(".cp_cancel").remove();
}
}