G4 경로 수정

This commit is contained in:
chicpro
2013-01-28 15:48:03 +09:00
parent 2aec2d078d
commit 95c5cb678c
3 changed files with 32 additions and 32 deletions

View File

@ -755,7 +755,7 @@ $(function() {
// 선택옵션삭제
$("span.option-delete").live("click", function() {
$(this).closest('li').remove();
$(this).closest("li").remove();
var resultcount1 = $("ul#option-result li").size();
var resultcount2 = $("ul#supplement-result li").size();