mirror of
https://github.com/kennethreitz/wordpress-theme-skeleton.git
synced 2026-06-05 15:10:17 +00:00
12 lines
182 B
JavaScript
12 lines
182 B
JavaScript
$(function(){
|
|
$('#header #nav a').markCurrentLocation();
|
|
|
|
if($.browser.mobile)
|
|
$('#comments').hide();
|
|
|
|
if($.browser.msie)
|
|
$('.lu:first-child').addClass('first-child')
|
|
});
|
|
|
|
|