]> iEval git - gruntmaster-page.git/blobdiff - js/90-nav.js
Merge branch 'master' into newmc
[gruntmaster-page.git] / js / 90-nav.js
index 743595a50134fe3830e3aa051f700a1e7050d450..7f96eeb320c2aa6f22f3a1d8d1c9810d79e29489 100644 (file)
@@ -3,12 +3,13 @@
 
        var NAVS = {
                'home': /^\/$/,
-               'pb': /^\/pb\//,
-               'ct': /^\/(?:ct|st)\//,
+               'pb': /^\/(?:pb|sol)\//,
+               'ct': /^\/(?:ct|st|ed)\//,
                'log': /^\/log\//,
                'us': /^\/us\//,
                'account': /^\/account$/,
                'contribute': /^\/contribute$/,
+               'about': /^\/about$/,
        };
 
        $( document ).ready(function(){
This page took 0.025671 seconds and 4 git commands to generate.