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