코드 정리
This commit is contained in:
parent
84687eea34
commit
3f422ea0f7
@ -1128,7 +1128,6 @@ function boardCaptionToggle() {
|
|||||||
} else {
|
} else {
|
||||||
thText += ", ";
|
thText += ", ";
|
||||||
}
|
}
|
||||||
|
|
||||||
})
|
})
|
||||||
if ($(".tb_type01 caption").length == 0) {
|
if ($(".tb_type01 caption").length == 0) {
|
||||||
if($(itm).is(".tb_input")){
|
if($(itm).is(".tb_input")){
|
||||||
@ -1160,7 +1159,6 @@ function boardCaptionToggle02() {
|
|||||||
} else {
|
} else {
|
||||||
thText += ", ";
|
thText += ", ";
|
||||||
}
|
}
|
||||||
|
|
||||||
})
|
})
|
||||||
if ($(".tb_list01 caption").length == 0) {
|
if ($(".tb_list01 caption").length == 0) {
|
||||||
$(itm).find("table").prepend("<caption>" + subTit + " : " + thText + "등의 정보제공 </caption>");
|
$(itm).find("table").prepend("<caption>" + subTit + " : " + thText + "등의 정보제공 </caption>");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user