제3차 퍼블 변경 사항 적용작업
This commit is contained in:
parent
5ddfdc504e
commit
16516565a9
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user