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