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