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();