From 16516565a9d80e242714b9496ead61b04c669f26 Mon Sep 17 00:00:00 2001 From: KNKIM Date: Mon, 25 Oct 2021 08:26:19 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A0=9C3=EC=B0=A8=20=ED=8D=BC=EB=B8=94=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD=20=EC=82=AC=ED=95=AD=20=EC=A0=81=EC=9A=A9?= =?UTF-8?q?=EC=9E=91=EC=97=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/js/default.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/webapp/js/default.js b/src/main/webapp/js/default.js index 258b4e96..554fd594 100644 --- a/src/main/webapp/js/default.js +++ b/src/main/webapp/js/default.js @@ -20,7 +20,9 @@ $(document).ready(function(){ /* 인기자료 탭메뉴 */ (function ($) { + $('.tab ul.tabs').addClass('active').find('> li:eq(0)').addClass('current'); + $('.tab ul.tabs li a').click(function (g) { var tab = $(this).closest('.tab'), index = $(this).closest('li').index();