코드 정리

This commit is contained in:
subsub 2024-01-17 09:33:32 +09:00
parent 84687eea34
commit 3f422ea0f7

View File

@ -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>");