사용자,모바일: 게시판스킨 추천, 비추천 스타일 작업 중
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user