diff --git a/src/main/webapp/visitEdu/usr/publish/script/content.js b/src/main/webapp/visitEdu/usr/publish/script/content.js index 0a34c36a..3e09ebe6 100644 --- a/src/main/webapp/visitEdu/usr/publish/script/content.js +++ b/src/main/webapp/visitEdu/usr/publish/script/content.js @@ -1128,7 +1128,6 @@ function boardCaptionToggle() { } else { thText += ", "; } - }) if ($(".tb_type01 caption").length == 0) { if($(itm).is(".tb_input")){ @@ -1160,7 +1159,6 @@ function boardCaptionToggle02() { } else { thText += ", "; } - }) if ($(".tb_list01 caption").length == 0) { $(itm).find("table").prepend("" + subTit + " : " + thText + "등의 정보제공 ");