]>
iEval git - gruntmaster-page.git/blob - js/90-nav.js
6 'pb': /^\/(?:pb|sol)\//,
7 'ct': /^\/(?:ct|st|ed)\//,
10 'account': /^\/account$/,
11 'contribute': /^\/contribute$/,
14 $( document
).ready(function(){
15 var path
= location
.pathname
;
17 if(path
.match(NAVS
[nav
])) {
18 $('#nav-' + nav
).addClass('active');
This page took 0.046053 seconds and 4 git commands to generate.