사용자,모바일: 게시판스킨 추천, 비추천 스타일 작업 중

This commit is contained in:
whitedot
2013-03-08 17:21:38 +09:00
parent 219d7f7816
commit bf7b2b06b8
4 changed files with 9 additions and 9 deletions

View File

@ -252,9 +252,9 @@ function excute_good(href, $el, $tx)
if(data.count) {
$el.find("strong").text(number_format(String(data.count)));
if($tx.attr("id").search("nogood") > -1) {
$tx.text("이 글을 비추천하셨습니다.").css("display", "inline");
$tx.text("이 글을 비추천하셨습니다.").css("display", "inline-block");
} else {
$tx.text("이 글을 추천하셨습니다.").css("display", "inline");
$tx.text("이 글을 추천하셨습니다.").css("display", "inline-block");
}
}
}, "json"