console.log 주석

This commit is contained in:
leejunho 2024-09-30 17:36:34 +09:00
parent 0bab025c6a
commit 786a24fbbf

View File

@ -17,10 +17,7 @@ function header() {
$(".menu_depth01").each(function (idx, itm) { $(".menu_depth01").each(function (idx, itm) {
$(itm).find("a").each(function (idx2, itm2) { $(itm).find("a").each(function (idx2, itm2) {
<<<<<<< HEAD
// console.log(idx2, itm2, $(itm).find("a").length); // console.log(idx2, itm2, $(itm).find("a").length);
=======
>>>>>>> refs/heads/tolag3
if ($(itm).find("a").length - 1 == idx2) { if ($(itm).find("a").length - 1 == idx2) {
$(itm2).addClass("last"); $(itm2).addClass("last");
} else if (idx2 == 0) { } else if (idx2 == 0) {