]>
iEval git - plack-app-gruntmaster.git/blob - js/90-nav.js
6 'pb': /^\/(?:pb|sol)\//,
7 'ct': /^\/(?:ct|st|ed)\//,
10 'account': /^\/account$/,
11 'contribute': /^\/contribute$/,
15 $( document
).ready(function(){
16 var path
= location
.pathname
;
18 if(path
.match(NAVS
[nav
])) {
19 $('#nav-' + nav
).addClass('active');
This page took 0.055276 seconds and 4 git commands to generate.