모바일쇼핑몰: 주문서 작성 쿠폰변경 취소 버튼 스타일 수정

This commit is contained in:
whitedot
2013-12-03 14:52:13 +09:00
parent 243e8125b9
commit 995f648a91
2 changed files with 5 additions and 2 deletions

View File

@ -889,7 +889,7 @@ $(function() {
$("#cp_frm").remove();
$cp_btn_el.text("쿠폰변경").focus();
if(!$cp_row_el.find(".cp_cancel").size())
$cp_btn_el.after("<button type=\"button\" class=\"cp_cancel btn_frmline\">쿠폰취소</button>");
$cp_btn_el.after("<button type=\"button\" class=\"cp_cancel\">쿠폰취소</button>");
});
$("#cp_close").live("click", function() {