]> iEval git - plack-app-gruntmaster.git/blobdiff - js/90-nav.js
Handle about page in 90-nav.js
[plack-app-gruntmaster.git] / js / 90-nav.js
index fc91ff1dfb364245c5d315378f5dfff57e07c3c8..66ab053c891bc49168794d5499d23112266395ce 100644 (file)
@@ -3,12 +3,13 @@
 
        var NAVS = {
                'home': /^\/$/,
-               'pb': /^\/(?:pb|sol)\//,
-               'ct': /^\/(?:ct|st|ed)\//,
+               'pb': /^\/pb\//,
+               'ct': /^\/(?:ct|st)\//,
                'log': /^\/log\//,
                'us': /^\/us\//,
                'account': /^\/account$/,
                'contribute': /^\/contribute$/,
+               'about': /^\/about$/,
        };
 
        $( document ).ready(function(){
This page took 0.025316 seconds and 4 git commands to generate.