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