From 786a24fbbf616cf7b978fff1dc1f678cba05553c Mon Sep 17 00:00:00 2001 From: tolag3 Date: Mon, 30 Sep 2024 17:36:34 +0900 Subject: [PATCH] =?UTF-8?q?console.log=20=EC=A3=BC=EC=84=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/kofair_case_seed/usr/scripts/layout.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main/webapp/kofair_case_seed/usr/scripts/layout.js b/src/main/webapp/kofair_case_seed/usr/scripts/layout.js index 9510ad62..5ce2a4a9 100644 --- a/src/main/webapp/kofair_case_seed/usr/scripts/layout.js +++ b/src/main/webapp/kofair_case_seed/usr/scripts/layout.js @@ -17,10 +17,7 @@ function header() { $(".menu_depth01").each(function (idx, itm) { $(itm).find("a").each(function (idx2, itm2) { -<<<<<<< HEAD // console.log(idx2, itm2, $(itm).find("a").length); -======= ->>>>>>> refs/heads/tolag3 if ($(itm).find("a").length - 1 == idx2) { $(itm2).addClass("last"); } else if (idx2 == 0) {