]>
iEval git - gruntmaster-page.git/blob - js/90-nav.js
4b59af41d86a7d7e1cbbd9cc798f226766235b30
3 'pb': /^\/(?:pb|sol)\//,
4 'ct': /^\/(?:ct|st|ed)\//,
7 'account': /^\/account$/,
8 'contribute': /^\/contribute$/,
12 var path
= location
.pathname
;
14 if(path
.match(NAVS
[nav
]))
15 $('#nav-' + nav
)[0].classList
.add('active');
This page took 0.041826 seconds and 4 git commands to generate.