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