mirror of
https://github.com/kennethreitz/wordpress-theme-skeleton.git
synced 2026-06-05 23:20:18 +00:00
initial development
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
$(function(){
|
||||
$('#header #nav a').markCurrentLocation();
|
||||
|
||||
if($.browser.mobile)
|
||||
$('#comments').hide();
|
||||
|
||||
if($.browser.msie)
|
||||
$('.lu:first-child').addClass('first-child')
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user