console.log 주석
This commit is contained in:
parent
0bab025c6a
commit
786a24fbbf
@ -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) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user