mirror of
https://github.com/kennethreitz-archive/zum-wp-theme.git
synced 2026-06-17 22:10:59 +00:00
4 lines
84 B
JavaScript
4 lines
84 B
JavaScript
$(document).ready(function() {
|
|
$('div#header ul#nav a').markCurrentLocation();
|
|
});
|