Add user list to nav
[gruntmaster-page.git] / js / 90-nav.js
index 3a59943aff45eef67b5742f45dc6f3ce9ca520f8..92a9d4355de767670611d4139fdf6af01444aadb 100644 (file)
@@ -4,9 +4,10 @@
        var NAVS = {
                'home': /^\/$/,
                'pb': /^\/pb\//,
-               'ct': /^\/ct\//,
+               'ct': /^\/(?:ct|st)\//,
                'log': /^\/log\//,
-               'account': /^\/account$/
+               'us': /^\/us\//,
+               'account': /^\/account$/,
        };
 
        $( document ).ready(function(){
This page took 0.009199 seconds and 4 git commands to generate.