사용자,모바일: 게시판스킨 추천, 비추천 스타일 작업 중
This commit is contained in:
@ -250,9 +250,9 @@ function excute_good(href, $el, $tx)
|
|||||||
if(data.count) {
|
if(data.count) {
|
||||||
$el.find("strong").text(number_format(String(data.count)));
|
$el.find("strong").text(number_format(String(data.count)));
|
||||||
if($tx.attr("id").search("nogood") > -1) {
|
if($tx.attr("id").search("nogood") > -1) {
|
||||||
$tx.text("이 글을 비추천하셨습니다.").css("display", "inline");
|
$tx.text("이 글을 비추천하셨습니다.").css("display", "inline-block");
|
||||||
} else {
|
} else {
|
||||||
$tx.text("이 글을 추천하셨습니다.").css("display", "inline");
|
$tx.text("이 글을 추천하셨습니다.").css("display", "inline-block");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, "json"
|
}, "json"
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
<?
|
<?
|
||||||
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||||
include_once(G4_LIB_PATH.'/thumbnail.lib.php');
|
include_once(G4_LIB_PATH.'/thumbnail.lib.php');
|
||||||
?>
|
?>
|
||||||
@ -250,9 +250,9 @@ function excute_good(href, $el, $tx)
|
|||||||
if(data.count) {
|
if(data.count) {
|
||||||
$el.find("strong").text(number_format(String(data.count)));
|
$el.find("strong").text(number_format(String(data.count)));
|
||||||
if($tx.attr("id").search("nogood") > -1) {
|
if($tx.attr("id").search("nogood") > -1) {
|
||||||
$tx.text("이 글을 비추천하셨습니다.").css("display", "inline");
|
$tx.text("이 글을 비추천하셨습니다.").css("display", "inline-block");
|
||||||
} else {
|
} else {
|
||||||
$tx.text("이 글을 추천하셨습니다.").css("display", "inline");
|
$tx.text("이 글을 추천하셨습니다.").css("display", "inline-block");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, "json"
|
}, "json"
|
||||||
|
|||||||
@ -252,9 +252,9 @@ function excute_good(href, $el, $tx)
|
|||||||
if(data.count) {
|
if(data.count) {
|
||||||
$el.find("strong").text(number_format(String(data.count)));
|
$el.find("strong").text(number_format(String(data.count)));
|
||||||
if($tx.attr("id").search("nogood") > -1) {
|
if($tx.attr("id").search("nogood") > -1) {
|
||||||
$tx.text("이 글을 비추천하셨습니다.").css("display", "inline");
|
$tx.text("이 글을 비추천하셨습니다.").css("display", "inline-block");
|
||||||
} else {
|
} else {
|
||||||
$tx.text("이 글을 추천하셨습니다.").css("display", "inline");
|
$tx.text("이 글을 추천하셨습니다.").css("display", "inline-block");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, "json"
|
}, "json"
|
||||||
|
|||||||
@ -250,9 +250,9 @@ function excute_good(href, $el, $tx)
|
|||||||
if(data.count) {
|
if(data.count) {
|
||||||
$el.find("strong").text(number_format(String(data.count)));
|
$el.find("strong").text(number_format(String(data.count)));
|
||||||
if($tx.attr("id").search("nogood") > -1) {
|
if($tx.attr("id").search("nogood") > -1) {
|
||||||
$tx.text("이 글을 비추천하셨습니다.").css("display", "inline");
|
$tx.text("이 글을 비추천하셨습니다.").css("display", "inline-block");
|
||||||
} else {
|
} else {
|
||||||
$tx.text("이 글을 추천하셨습니다.").css("display", "inline");
|
$tx.text("이 글을 추천하셨습니다.").css("display", "inline-block");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, "json"
|
}, "json"
|
||||||
|
|||||||
Reference in New Issue
Block a user