Files
2010-03-29 04:32:28 -04:00

12 lines
182 B
JavaScript

$(function(){
$('#header #nav a').markCurrentLocation();
if($.browser.mobile)
$('#comments').hide();
if($.browser.msie)
$('.lu:first-child').addClass('first-child')
});