충돌해결
This commit is contained in:
commit
5edc388a68
File diff suppressed because it is too large
Load Diff
@ -19,10 +19,10 @@ $(document).ready(function(){
|
||||
});
|
||||
|
||||
//접근성
|
||||
$('.location-box .loc li:first-child').append('<span>다음</span>');
|
||||
$('.location-box .loc li span').hide();
|
||||
$('.location-box .loc li').append('<span>다음</span>');
|
||||
$('.location-box .loc li.on *').remove('');
|
||||
$('.location .inner .row-top .arr img').attr('alt','');
|
||||
|
||||
|
||||
/* 인기자료 탭메뉴 */
|
||||
(function ($) {
|
||||
$(".tab ul.tabs").addClass("active").find("> li:eq(0)").addClass("current");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user